Re-enable Celery for the migration
This commit is contained in:
parent
f90a270c9c
commit
ec64d24449
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -62,7 +62,7 @@ from werkzeug.utils import secure_filename
|
||||||
import activitypub
|
import activitypub
|
||||||
import config
|
import config
|
||||||
|
|
||||||
# import tasks
|
import tasks
|
||||||
from activitypub import Box
|
from activitypub import Box
|
||||||
from activitypub import embed_collection
|
from activitypub import embed_collection
|
||||||
from config import USER_AGENT
|
from config import USER_AGENT
|
||||||
|
|
Loading…
Reference in a new issue