DB config
This commit is contained in:
parent
0f2763acd2
commit
2e48ec366f
@ -63,6 +63,7 @@ def updateLast(db, cursor):
|
|||||||
|
|
||||||
print("Anzahl:", len(rows))
|
print("Anzahl:", len(rows))
|
||||||
if len(rows) < 1:
|
if len(rows) < 1:
|
||||||
|
insertNew(db, cursor)
|
||||||
print("Keine neuen Daten vorhanden, beende jetzt.")
|
print("Keine neuen Daten vorhanden, beende jetzt.")
|
||||||
cursor.close()
|
cursor.close()
|
||||||
if db:
|
if db:
|
||||||
|
Loading…
Reference in New Issue
Block a user