Commit 1e1e9e75 authored by litaolemo's avatar litaolemo

update

parent 0ac068f4
...@@ -63,7 +63,7 @@ for res in user_portrait_scan: ...@@ -63,7 +63,7 @@ for res in user_portrait_scan:
print(count_res) print(count_res)
for article_type in count_res: for article_type in count_res:
for tag in count_res[article_type]: for tag in count_res[article_type]:
print(tag.items) print(tag)
total_answer_content, total_tractate_content, total_diary_content, sum_num = \ total_answer_content, total_tractate_content, total_diary_content, sum_num = \
tag.items() tag.items()
total_answer_content_num += total_answer_content total_answer_content_num += total_answer_content
......
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