Skip to content

Commit c1b9bfd

Browse files
committed
fix: 修复下载的时候,下载成功总数比一共的总数多
1 parent c975f43 commit c1b9bfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/cluster.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ async def _download(self, session: aiohttp.ClientSession, file_queues: asyncio.Q
373373
r = resp
374374
self.report(file, e, r)
375375
continue
376-
pbar.update_success()
377376

378377
def report(self, file: File, error: Exception, resp: Optional[aiohttp.ClientResponse] = None):
379378
msg = error.args

0 commit comments

Comments
 (0)