diff --git a/src/db.py b/src/db.py index d6872af..f218d62 100644 --- a/src/db.py +++ b/src/db.py @@ -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() +