add comment

This commit is contained in:
Bastian Schroll 2018-09-20 08:02:42 +02:00
parent a2e9156af4
commit aca20faf18

View file

@ -24,6 +24,7 @@ logging.debug("- %s loaded", __name__)
# note searching for root part is not a nice solution atm
ROOT_PATH = os.path.dirname(sys.modules['boswatch'].__file__).replace("\\", "/") + "/../"
# here a system adaption for the paths can be implemented
if platform.system() == "Linux":
LOG_PATH = "/var/log/boswatch/"
else: