From 0b029545ccffe93955eb9b0200c674e90f731ee3 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 6 Oct 2022 16:36:37 +0800 Subject: [PATCH] doesn't fix the bug --- force_fetch.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 force_fetch.py diff --git a/force_fetch.py b/force_fetch.py deleted file mode 100644 index 8d7863e..0000000 --- a/force_fetch.py +++ /dev/null @@ -1,14 +0,0 @@ -import json - -try: - f = open('csv/last_updates.json', 'r') - last_updates = json.load(f) - f.close() - last_updates['stocks']['force'] = True - #last_updates['weather']['force'] = True - f = open('csv/last_updates.json', 'w') - json.dump(last_updates, f) - f.close() - -except: - pass \ No newline at end of file