From 32bfc80521b80493eb8c12e3a975ee7fc8fadef6 Mon Sep 17 00:00:00 2001 From: Sander Schins Date: Sat, 21 Jan 2017 02:23:14 +0100 Subject: [PATCH] changed indexFolder --- modules/plugins.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/plugins.py b/modules/plugins.py index 84f752d..c80011e 100644 --- a/modules/plugins.py +++ b/modules/plugins.py @@ -42,8 +42,8 @@ def getPluginVersion(loc): return float(_version) def indexPlugins(params={}): - tmpFolder = 'static/tmp' - indexFolderPath = 'static/tmp/pluginsIndex/' + tmpFolder = 'plugins/index' + indexFolderPath = 'plugins/index/' docsFolderPath = 'static/docs/' installedPlugins = [] staticFolder = ['css/', 'images/', 'fonts/', 'js/']