Update fenrir-daemon

This commit is contained in:
chrys87 2017-07-25 16:06:46 +02:00 committed by GitHub
parent c7ec6a971a
commit cef29ac9ee

View File

@ -5,7 +5,7 @@
# By Chrys, Storm Dragon, and contributers.
import os, sys, inspect
fenrirPath = os.path.dirname(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:
sys.path.append(fenrirPath)