From f59eca70f0a234353efae3353d62dd217a22f6fc Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 26 Sep 2023 16:13:18 +0800 Subject: [PATCH] force update global stocks --- database_caller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/database_caller.py b/database_caller.py index 73f2943..ba60964 100755 --- a/database_caller.py +++ b/database_caller.py @@ -30,6 +30,7 @@ try: last_updates = json.load(f) f.close() last_updates['stocks']['force'] = True + last_updates['globalstocks']['force'] = True last_updates['prepost']['force'] = True last_updates['sports_l']['force'] = True last_updates['market']['force'] = True