ming 3 years ago
parent
commit
80c678487b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      newbot.py

+ 1 - 1
newbot.py

@@ -100,7 +100,7 @@ def get_hotkeys_ls(past=False):
     return ls
 def get_hotkeys(past=False):
     js=json.load(open('test.json','r',encoding='utf-8'))
-    keys = get_hotkeys_ls(past=False)
+    keys = get_hotkeys_ls(past)
     num = 1
     for k in keys:
         row_dict = {}