mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Typo
This commit is contained in:
parent
3a08fcf2bf
commit
0de8b3d763
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue