postgres, fix 2

This commit is contained in:
Wolfgang Hottgenroth 2024-01-30 14:47:36 +01:00
parent 439f6085e7
commit 63dbfcc89f
Signed by: wn
GPG Key ID: 836E9E1192A6B132

@ -33,3 +33,4 @@ with open(csv_file_path, newline='', encoding='utf-8') as csvfile:
# Änderungen speichern und Verbindung schließen
conn.commit()
conn.close()