backend/app/users/tasks.py

7 lines
85 B
Python

from celery import shared_task
@shared_task
def process_dir(path):
return path