mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Hot fix
This commit is contained in:
parent
2165b3b8d4
commit
3a08fcf2bf
1 changed files with 2 additions and 2 deletions
|
@ -31,12 +31,12 @@ if __name__ == '__main__':
|
||||||
host=mysql_host,
|
host=mysql_host,
|
||||||
user=mysql_user,
|
user=mysql_user,
|
||||||
passwd=mysql_password,
|
passwd=mysql_password,
|
||||||
database=''
|
database='xtream_iptvpro'
|
||||||
)
|
)
|
||||||
|
|
||||||
mycursor = mydb.cursor()
|
mycursor = mydb.cursor()
|
||||||
|
|
||||||
sql = 'SELECT username,passwords FROM users'
|
sql = 'SELECT username,passwords,exp_date,max_connections FROM users'
|
||||||
|
|
||||||
mycursor.execute(sql)
|
mycursor.execute(sql)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue