DB config

This commit is contained in:
Manuel Weiser 2024-05-11 11:36:10 +02:00
parent c76d0e8009
commit 6351ca848c

View File

@ -47,7 +47,7 @@ def updateLast(db, cursor):
row = cursor.fetchone()
if not row:
insertNew(db, cursor)
print("DB leer, lege neu an.")
else:
ins_id = row[0]