bug de Minh corrigé

This commit is contained in:
trochas
2024-12-09 10:30:18 +01:00
parent af86bc605c
commit 1487434f5d
2 changed files with 2 additions and 4 deletions

View File

@@ -97,9 +97,7 @@ def requete_monetdb(str):
connect=connect_monetdb()
with connect[0] as conn:
with connect[1] as cursor:
cursor.execute(peuplementAirports)
cursor.execute(peuplementAirlines)
cursor.execute(peuplementFlights)
cursor.execute(str)
conn.commit()
cursor.close()
conn.close()