From 8c3eedac7d10fc028b54bf54895cd75ea0a89fed 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