@@ -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