Fix not updating in subsequents iterations due to caching

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2020-08-28 16:39:28 +00:00
parent c501340971
commit b85a0c35a9

View file

@ -114,5 +114,6 @@ try:
sys.exit(0)
else:
sleep(repeat * 60)
db.commit()
except KeyboardInterrupt:
print("Exiting...")