Fix not updating in subsequents iterations due to caching
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
c501340971
commit
b85a0c35a9
1 changed files with 1 additions and 0 deletions
|
@ -114,5 +114,6 @@ try:
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
else:
|
else:
|
||||||
sleep(repeat * 60)
|
sleep(repeat * 60)
|
||||||
|
db.commit()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("Exiting...")
|
print("Exiting...")
|
||||||
|
|
Loading…
Add table
Reference in a new issue