From 76820d9fe5f4889861523b05f06d22121811706a Mon Sep 17 00:00:00 2001 From: nobbie2009 Date: Mon, 20 Jul 2020 12:14:50 +0200 Subject: [PATCH] Update boswatch.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pfad "softgecoded" ;) hatte es im html Ordner für individuelle Anpassung via php --- boswatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boswatch.py b/boswatch.py index 3c0221d..6e1c250 100755 --- a/boswatch.py +++ b/boswatch.py @@ -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:")