mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
little changes (comment/todo)
This commit is contained in:
parent
bf7fdc189e
commit
b23cc40e4a
2 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ import sys
|
|||
|
||||
logging.debug("- %s loaded", __name__)
|
||||
|
||||
# todo searching for root part is not a nice solution atm
|
||||
ROOT_PATH = os.path.dirname(sys.modules['boswatch'].__file__).replace("\\", "/") + "/../"
|
||||
LOG_PATH = ROOT_PATH + "log/"
|
||||
CONFIG_PATH = ROOT_PATH + "config/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue