From b85a0c35a9e97a77dbaba004025363b3a9409c95 Mon Sep 17 00:00:00 2001 From: fly Date: Fri, 28 Aug 2020 16:39:28 +0000 Subject: [PATCH] Fix not updating in subsequents iterations due to caching Signed-off-by: fly --- get-progress.py | 1 + 1 file changed, 1 insertion(+) diff --git a/get-progress.py b/get-progress.py index cb5801e..9f1a0bc 100755 --- a/get-progress.py +++ b/get-progress.py @@ -114,5 +114,6 @@ try: sys.exit(0) else: sleep(repeat * 60) + db.commit() except KeyboardInterrupt: print("Exiting...")