diff --git a/www/index.py b/www/index.py index c2f6ce6..473cb60 100755 --- a/www/index.py +++ b/www/index.py @@ -127,7 +127,7 @@ def connectDB(): c = pymysql.connect( db='ats_test', user='ats', - passwd='T,fkfqneyU', + passwd='', host='kis', charset='utf8') return c