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 608ee18 commit 7bcb868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ def offload_tasks(self):

def overload_tasks(self):
file_obj = {}
ot = _OverloadTasks()

while not self.channel.empty():
context = self.channel.get()
md_obj = ot.to_markdown(context)
Expand Down

0 comments on commit 7bcb868

Please sign in to comment.