Ver Fonte

fix previous

ming há 3 anos atrás
pai
commit
58fcc37be0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      newbot.py

+ 1 - 1
newbot.py

@@ -102,7 +102,7 @@ def get_kw_ls(past=False):
 
 def get_kw(past=False):
     keys = get_kw_ls(past)
-    title = '熱門搜尋關鍵字' if past == True else '歷史關鍵字走勢'
+    title = '熱門搜尋關鍵字' if past == False else '歷史關鍵字走勢'
 
     carousel_dict = {"type": "carousel","contents": []}
     carousel_idx = -1