remove unwab=nted text

This commit is contained in:
CHIEFSOFT\ameye
2024-12-08 18:45:44 -05:00
parent 3c381eefdf
commit 889f013c36
+2 -1
View File
@@ -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()