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:34:43 -04:00
parent 2165b3b8d4
commit 3a08fcf2bf

View file

@ -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)