from Debug import Debug
Solves the unresolved name on lines 164 and 200
This commit is contained in:
parent
5b6d4f972e
commit
b35bff4164
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue