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