Remove commit line
This commit is contained in:
parent
221db448e4
commit
b79f74b5c1
@ -20,7 +20,6 @@ class database:
|
||||
for query in queries:
|
||||
print("Executing: %s" % query)
|
||||
cursor.execute(query)
|
||||
cursor.commit()
|
||||
db.close()
|
||||
|
||||
def openDB(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user