Update fenrir-daemon
This commit is contained in:
parent
cef29ac9ee
commit
8a5ec627dc
@ -8,7 +8,7 @@ import os, sys, inspect
|
|||||||
fenrirPath = os.path.dirname(os.path.realpath(os.path.abspath(inspect.getfile(inspect.currentframe()))))
|
fenrirPath = os.path.dirname(os.path.realpath(os.path.abspath(inspect.getfile(inspect.currentframe()))))
|
||||||
|
|
||||||
if not fenrirPath in sys.path:
|
if not fenrirPath in sys.path:
|
||||||
sys.path.append(fenrirPath)
|
sys.path.append(fenrirPath)
|
||||||
|
|
||||||
from core import fenrirManager
|
from core import fenrirManager
|
||||||
from daemonize import Daemonize
|
from daemonize import Daemonize
|
||||||
|
Loading…
Reference in New Issue
Block a user