DB config
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user