mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-13 05:58:35 +03:00
refactor: restructure project layout
This commit is contained in:
0
app/worker/__init__.py
Normal file
0
app/worker/__init__.py
Normal file
7
app/worker/main.py
Normal file
7
app/worker/main.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from celery import Celery
|
||||
|
||||
from app.shared.config import settings
|
||||
|
||||
celery = Celery(__name__)
|
||||
|
||||
celery.conf.broker_url = settings.REDIS_URI
|
||||
Reference in New Issue
Block a user