mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
edit some files
This commit is contained in:
parent
2d279f6e71
commit
1ba76cc66b
4 changed files with 15 additions and 16 deletions
|
|
@ -23,6 +23,7 @@ logging.debug("- %s loaded", __name__)
|
|||
ROOT_PATH = os.path.dirname(sys.modules['boswatch'].__file__).replace("\\boswatch", "").replace("\\", "/")
|
||||
LOG_PATH = ROOT_PATH + "/log/"
|
||||
CONFIG_PATH = ROOT_PATH + "/config/"
|
||||
PLUGIN_PATH = ROOT_PATH + "/plugins/"
|
||||
CSV_PATH = ROOT_PATH + "/csv/"
|
||||
BIN_PATH = ROOT_PATH + "/_bin/"
|
||||
TEST_PATH = ROOT_PATH + "/test/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue