mirror of
https://github.com/HelloZeroNet/ZeroNet.git
synced 2023-12-14 04:33:03 +01:00
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 Plugin import PluginManager
|
||||
from Config import config
|
||||
from Debug import Debug
|
||||
|
||||
if "content_db" not in locals().keys(): # To keep between module reloads
|
||||
content_db = None
|
||||
|
|
Loading…
Reference in a new issue