From 33706e5f2d0f644ee3d5db2e610c95cdb4bfd1a2 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Wed, 4 Oct 2017 06:30:53 +0200 Subject: [PATCH] little fix --- boswatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boswatch.py b/boswatch.py index 46f864f..ff2cb74 100755 --- a/boswatch.py +++ b/boswatch.py @@ -225,7 +225,7 @@ try: configHandler.checkConfig("POC") configHandler.checkConfig("Plugins") configHandler.checkConfig("Filters") - if globalVar.config.getint("NMAHandler","enableHandler"): + if globalVars.config.getint("NMAHandler","enableHandler"): configHandler.checkConfig("NMAHandler") except: # we couldn't work without config -> exit