Commit 4e7f5b16 authored by litaolemo's avatar litaolemo

update

parent a2dfc1e1
...@@ -343,7 +343,7 @@ def craw_query_one_week(data_index, start_ts, end_ts, week_num, last_week_num, y ...@@ -343,7 +343,7 @@ def craw_query_one_week(data_index, start_ts, end_ts, week_num, last_week_num, y
for word in search_keyword_dict: for word in search_keyword_dict:
tractate_content_num = get_es_word(word, start_ts) tractate_content_num = get_es_word(word, start_ts)
if tractate_content_num[0] != 0: if tractate_content_num[0] != 0:
new_line = ["", "", "", ""] new_line = [word, 0, 0, 0]
tag_names_list_week.append(tuple(new_line + tractate_content_num)) tag_names_list_week.append(tuple(new_line + tractate_content_num))
return tag_names_list_week return tag_names_list_week
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment