Change CSS. Added report procedure.

This commit is contained in:
svk28 2017-08-28 15:40:00 +03:00
parent d7b690dd6a
commit f8dd39a7bb

View File

@ -127,7 +127,7 @@ def connectDB():
c = pymysql.connect( c = pymysql.connect(
db='ats_test', db='ats_test',
user='ats', user='ats',
passwd='T,fkfqneyU', passwd='',
host='kis', host='kis',
charset='utf8') charset='utf8')
return c return c