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