mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-03 23:29:56 +01:00
add comment
This commit is contained in:
parent
a2e9156af4
commit
aca20faf18
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue