Commit bf23bfb0 authored by litaolemo's avatar litaolemo

update

parent 951594b0
......@@ -193,6 +193,10 @@ print(bulk_dict)
print("second_demands_tag_count",second_demands_tag_count)
print("projects_demands_tag_count",projects_demands_tag_count)
with open("log.log","w",encoding='utf-8') as f:
f.write(bulk_dict)
f.write(second_demands_tag_count)
f.write(projects_demands_tag_count)
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