mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
Fix check pages job
This commit is contained in:
@@ -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}",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user