Browse Source

fix too large flex

ming 4 năm trước cách đây
mục cha
commit
218cc020c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      newbot.py

+ 1 - 1
newbot.py

@@ -96,7 +96,7 @@ def get_hotkeys(past=False):
     ls = []
     for row in db.query(sqls):
         ls.append(row['ts_word'])
-    #ls = list(dict.fromkeys(ls))
+    ls = list(dict.fromkeys(ls))
     return ls