Fix check pages job

This commit is contained in:
2023-03-04 22:43:33 +01:00
parent 7d5faea45f
commit 7859ad1521

View File

@@ -64,7 +64,6 @@ async def check_books(ctx: dict, *args, **kwargs) -> None: # NOSONAR
await arq_pool.enqueue_job( await arq_pool.enqueue_job(
"check_books_page", "check_books_page",
page_number, page_number,
_job_id=f"check_books_page_{page_number}",
) )