Selaa lähdekoodia

Merge pull request #1058 from cclauss/patch-3

from Debug import Debug
ZeroNet 6 vuotta sitten
vanhempi
commit
d9b3078f7b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      plugins/OptionalManager/ContentDbPlugin.py

+ 1 - 0
plugins/OptionalManager/ContentDbPlugin.py

@@ -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