Explorar el Código

fix too large flex

ming hace 4 años
padre
commit
218cc020c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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