pyfedi/celery_worker_local.py
2024-02-25 08:38:08 +01:00

7 lines
113 B
Python

#!/usr/bin/env python
import os
from app import celery, create_app
app = create_app()
app.app_context().push()