mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2026-03-03 15:10:48 +01:00
Fix
This commit is contained in:
@@ -29,5 +29,5 @@ class WorkerSettings:
|
||||
max_jobs = 1
|
||||
job_timeout = 3 * 60
|
||||
cron_jobs = [
|
||||
cron("check_books", hour={7}, minute=0)
|
||||
cron(check_books, hour={7}, minute=0)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user