mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-10 00:43:37 +00:00
little fix
This commit is contained in:
parent
cc66f4547a
commit
33706e5f2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue