mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 10:03:45 +03:00
5 lines
164 B
Python
5 lines
164 B
Python
from app.workers.celery_app import celery_app
|
|
|
|
@celery_app.task(name='app.workers.tasks.assign.auto_assign_unclaimed')
|
|
def auto_assign_unclaimed():
|
|
return 'ok'
|