Law/app/workers/tasks/security.py
2026-02-22 10:57:49 +03:00

5 lines
164 B
Python

from app.workers.celery_app import celery_app
@celery_app.task(name='app.workers.tasks.security.cleanup_expired_otps')
def cleanup_expired_otps():
return 'ok'