fix:docker tqdm

This commit is contained in:
guorong.zheng 2024-08-16 17:36:06 +08:00
parent 892ead3e82
commit 90bdb2b76c

@ -123,6 +123,7 @@ class UpdateSource:
0,
)
self.start_time = time()
self.pbar = tqdm_asyncio(total=len(self.tasks), desc="Sorting")
sort_results = await tqdm_asyncio.gather(*self.tasks, desc="Sorting")
self.channel_data = {}
for result in sort_results: