change comment

This commit is contained in:
Bastian Schroll 2018-09-20 08:10:40 +02:00
parent aca20faf18
commit 478868c225

View file

@ -24,7 +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
# implements a system adaption for the paths
if platform.system() == "Linux":
LOG_PATH = "/var/log/boswatch/"
else: