Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghaisheng committed Jul 27, 2024
1 parent 7bcb868 commit f2ecce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ def overload_tasks(self):
with open(os.path.join(SERVER_PATH_DOCS, f'{context["topic"]}', f'{context["subtopic"]}.md'), 'w') as f:
f.write(md_obj["content"])

template_ = ot.generate_markdown_template(content="".join(list(file_obj.values())))
ot.storage(template_, obj_="database")
template_ = ot.generate_markdown_template(content="".join(list(file_obj.values())))
ot.storage(template_, obj_="database")

return template_
def go(self, power: int):
Expand Down

0 comments on commit f2ecce4

Please sign in to comment.