From d5a5f264deee1fc720d44f6c0aab4815edeb6af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 25 Dec 2019 01:15:50 +0100 Subject: [PATCH] Minor formatting --- bin/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/main.py b/bin/main.py index 60d9c38..7ec9145 100755 --- a/bin/main.py +++ b/bin/main.py @@ -13,4 +13,5 @@ for plugin in ["discovery", "ecommerce", "figures", "lts", "minio", "notes", "xq Plugins.EXTRA_INSTALLED[plugin] = module from tutor.commands.cli import main + main()