remove unwab=nted text
This commit is contained in:
@@ -40,7 +40,8 @@ class Members:
|
||||
sqv = "SELECT * FROM members WHERE username='"+username+"'"
|
||||
with db:
|
||||
with db.cursor() as cursor:
|
||||
cursor.execute(sqv, x)
|
||||
cursor.execute(sqv)
|
||||
#cursor.execute(sqv, x)
|
||||
member = cursor.fetchall()
|
||||
# cursor.execute(sqv,x)
|
||||
# result = cursor.fetchall()
|
||||
|
||||
Reference in New Issue
Block a user