DB config
This commit is contained in:
parent
6351ca848c
commit
309941c286
@ -46,7 +46,7 @@ def updateLast(db, cursor):
|
|||||||
cursor.execute(sql)
|
cursor.execute(sql)
|
||||||
row = cursor.fetchone()
|
row = cursor.fetchone()
|
||||||
|
|
||||||
if not row:
|
if not row[0]:
|
||||||
print("DB leer, lege neu an.")
|
print("DB leer, lege neu an.")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user