remove useless print
This commit is contained in:
parent
d37f9796e6
commit
00723801cc
@ -44,7 +44,6 @@ class Database:
|
|||||||
command += f"{key} {value}, "
|
command += f"{key} {value}, "
|
||||||
command = command[:-2]
|
command = command[:-2]
|
||||||
command += ")"
|
command += ")"
|
||||||
print (command)
|
|
||||||
self.cursor.execute(command)
|
self.cursor.execute(command)
|
||||||
|
|
||||||
def create_user_table(self):
|
def create_user_table(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user