SQL-Connection closed vor Prg-Ende
This commit is contained in:
parent
952e57cf3e
commit
fb5b343025
1 changed files with 3 additions and 2 deletions
|
|
@ -48,6 +48,7 @@ while start <= anzahl:
|
|||
print('Es gab ein Problem beim Schreiben des facts in die DB')
|
||||
connection.commit()
|
||||
start +=1
|
||||
time.sleep(5)
|
||||
|
||||
time.sleep(1)
|
||||
cursor.close()
|
||||
connection.close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue