mirror of
https://github.com/flibusta-apps/meilie_updater.git
synced 2025-12-06 15:15:37 +01:00
Fix
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user