Commit 8d933004 authored by litaolemo's avatar litaolemo

update

parent 7ea918f8
......@@ -451,7 +451,7 @@ def craw_query_one_week(data_index, start_ts, end_ts, week_num, last_week_num, y
if not exposure_count:
ctr = ""
else:
ctr = int(sorteds/exposure_count)
ctr = str(sorteds/exposure_count * 100) + "%"
new_line = [word,ctr, sorteds, uv]
tag_names_list_week.append(tuple(new_line + tractate_content_num))
for word in search_keyword_dict:
......
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