Update boswatch.py

Pfad "softgecoded" ;)
hatte es im html Ordner für individuelle Anpassung via php
This commit is contained in:
nobbie2009 2020-07-20 12:14:50 +02:00 committed by GitHub
parent 593be64bcd
commit 76820d9fe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:")