mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-10 02:30:05 +01:00
change comment
This commit is contained in:
parent
aca20faf18
commit
478868c225
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue