mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-11 02:50:00 +01:00
little fix
This commit is contained in:
parent
cc66f4547a
commit
33706e5f2d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue