From 7bcb868d3a7108d8b51269036010648237696c3c Mon Sep 17 00:00:00 2001 From: HeisenBerg? Date: Sat, 27 Jul 2024 17:15:10 +0800 Subject: [PATCH] Update main.py --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 9066d5a0..2be2e66c 100644 --- a/main.py +++ b/main.py @@ -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)