Update
This commit is contained in:
Minh VU
2024-12-03 14:38:10 +01:00
parent bfe9189378
commit b7ab543aca
3 changed files with 17 additions and 6 deletions

View File

@@ -92,7 +92,7 @@ def create_data_postgres():
print(error)
def requete_lecture_postgres(str):
def requete_postgres(str):
try:
with connect_postgres() as conn:
with conn.cursor() as cursor: