mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-09 10:09:57 +01:00
add fixme warning
This commit is contained in:
parent
c903276141
commit
ff8e1347bd
|
|
@ -29,6 +29,8 @@ if platform.system() == "Linux":
|
|||
LOG_PATH = "/var/log/boswatch/"
|
||||
CONFIG_PATH = "/etc/opt/boswatch/"
|
||||
else:
|
||||
# FIXME LOG_PATH not used actually
|
||||
# path is fixed in logger config.ini
|
||||
LOG_PATH = ROOT_PATH + "log/"
|
||||
CONFIG_PATH = ROOT_PATH + "config/"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue