fix typoe

This commit is contained in:
TrustedSec 2016-01-23 19:15:16 -05:00
parent 4867a01859
commit 69376c2271

View file

@ -6,6 +6,6 @@ me = mod_name()
debug_msg(me, "importing 'src.html.spawn'", 1)
sys.path.append("src/html")
try:
moduel_reload(spawn)
module_reload(spawn)
except:
pass