This commit is contained in:
Minh VU
2024-12-04 10:15:03 +01:00
2 changed files with 35 additions and 8 deletions

View File

@@ -103,7 +103,7 @@ def requete_monetdb(str):
except(pymonetdb.DatabaseError, Exception) as error:
print(error)
def reset_data_monetdb(connection,cursor):
def reset_data_monetdb():
try:
with connect_monetdb()[0] as conn:
with connect_monetdb()[1] as cursor: