1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
This commit is contained in:
topilski 2019-09-19 15:35:22 -04:00
parent 3a08fcf2bf
commit 0de8b3d763

View file

@ -36,7 +36,7 @@ if __name__ == '__main__':
mycursor = mydb.cursor() mycursor = mydb.cursor()
sql = 'SELECT username,passwords,exp_date,max_connections FROM users' sql = 'SELECT username,password,exp_date,max_connections FROM users'
mycursor.execute(sql) mycursor.execute(sql)