Explorar o código

fix too large flex

ming %!s(int64=4) %!d(string=hai) anos
pai
achega
218cc020c8
Modificáronse 1 ficheiros con 1 adicións e 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