ming 3 năm trước cách đây
mục cha
commit
80c678487b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = {}