from Debug import Debug

Solves the unresolved name on lines 164 and 200
This commit is contained in:
cclauss 2017-07-31 11:55:03 +02:00 committed by GitHub
parent 5b6d4f972e
commit b35bff4164

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