Merge pull request #1058 from cclauss/patch-3

from Debug import Debug
This commit is contained in:
ZeroNet 2017-07-31 12:05:06 +02:00 committed by GitHub
commit d9b3078f7b

View file

@ -8,6 +8,7 @@ import gevent
from util import helper from util import helper
from Plugin import PluginManager from Plugin import PluginManager
from Config import config from Config import config
from Debug import Debug
if "content_db" not in locals().keys(): # To keep between module reloads if "content_db" not in locals().keys(): # To keep between module reloads
content_db = None content_db = None