DB config

This commit is contained in:
Manuel Weiser 2024-05-11 11:30:49 +02:00
parent 4c8c344d21
commit dd224fdaa2

View File

@ -46,8 +46,7 @@ def updateLast(db, cursor):
cursor.execute(sql)
row = cursor.fetchone()
print("row:", row)
if row[0] < 1:
if not row[0]:
insertNew(db, cursor)
else: