From 41486a1c670f88d3a5836cfacae0b0bb35679fdb Mon Sep 17 00:00:00 2001 From: Gust Date: Tue, 30 Jun 2015 09:14:37 -0300 Subject: [PATCH] Add private_token to plugins to fix api data for plugins --- colab/utils/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/utils/conf.py b/colab/utils/conf.py index b63e306..7f93279 100644 --- a/colab/utils/conf.py +++ b/colab/utils/conf.py @@ -77,7 +77,7 @@ def load_colab_apps(): py_settings_d = _load_py_file(file_module, plugins_dir) fields = ['verbose_name', 'upstream', 'urls', 'menu_urls', 'middlewares', 'dependencies', - 'context_processors'] + 'context_processors', 'private_token'] app_name = py_settings_d.get('name') if not app_name: -- libgit2 0.21.2