Fix process

This commit is contained in:
taizan-hokouto
2020-12-05 14:42:02 +09:00
parent bc3f16e86b
commit 02d48ceccc
8 changed files with 126 additions and 61 deletions

View File

@@ -38,7 +38,7 @@ class ExtractWorker:
async def run(self, session):
while self.block.continuation:
patch = await self.fetch(
self.block.continuation, session)
self.block.continuation, self.block.last, session)
if patch.continuation is None:
"""TODO : make the worker assigned to the last block
to work more than twice as possible.