Re-enable Celery for the migration
This commit is contained in:
parent
1147ec8053
commit
8c3eedac7d
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 config
|
||||
|
||||
# import tasks
|
||||
import tasks
|
||||
from activitypub import Box
|
||||
from activitypub import embed_collection
|
||||
from config import USER_AGENT
|
||||
|
|
Loading…
Reference in a new issue