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