mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-11 09:44:15 +01:00
Update boswatch.py
Pfad "softgecoded" ;) hatte es im html Ordner für individuelle Anpassung via php
This commit is contained in:
parent
593be64bcd
commit
76820d9fe5
|
|
@ -204,7 +204,7 @@ try:
|
|||
try:
|
||||
logging.debug("reading config file")
|
||||
globals.config = ConfigParser.ConfigParser()
|
||||
globalVars.config.read([globalVars.script_path+"/config/config.ini", "/var/www/html/config_filter.ini"])
|
||||
globalVars.config.read([globalVars.script_path+"/config/config.ini", "globalVars.script_path+"/config/config_filter.ini"])
|
||||
# if given loglevel is debug:
|
||||
if globals.config.getint("BOSWatch","loglevel") == 10:
|
||||
logging.debug(" - BOSWatch:")
|
||||
|
|
|
|||
Loading…
Reference in a new issue