Commit c4514740 authored by litaolemo's avatar litaolemo

update

parent a2312b32
......@@ -253,6 +253,8 @@ for t in range(1, task_days):
for name in sql_res:
print(name)
keywords = name.query
if not keywords:
continue
pv = name.all_search_pv
uv = name.all_search_uv
is_tag = tag_dict.get(keywords, 0)
......
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