From ec64d24449ea265c06fe5517222d4fe268ab6a5d Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 5 Apr 2019 20:08:12 +0200 Subject: [PATCH] Re-enable Celery for the migration --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 4e3ef0b..46d3753 100644 --- a/app.py +++ b/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