mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 03:04:28 +00:00
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 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