This commit is contained in:
2022-03-12 21:47:56 +03:00
parent 3dac321205
commit bbf1918938
2 changed files with 2 additions and 4 deletions

View File

@@ -145,7 +145,7 @@ async def update_sequences(ctx) -> bool:
return True
async def update(ctx) -> bool:
async def update(ctx: dict, *args, **kwargs) -> bool:
arq_pool: ArqRedis = ctx["arc_pool"]
await arq_pool.enqueue_job("update_books")