瀏覽代碼

fix too large flex

ming 4 年之前
父節點
當前提交
218cc020c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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