mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-21 06:13:39 +00:00
now you must only activate the description tool in the needed section, not global
This commit is contained in:
parent
7322d2b709
commit
5b875b4def
2 changed files with 5 additions and 9 deletions
|
|
@ -234,7 +234,7 @@ try:
|
|||
from includes import pluginLoader
|
||||
pluginLoader.loadPlugins()
|
||||
except:
|
||||
# we couldn't work without filters -> exit
|
||||
# we couldn't work without plugins -> exit
|
||||
logging.critical("cannot load Plugins")
|
||||
logging.debug("cannot load Plugins", exc_info=True)
|
||||
exit(1)
|
||||
|
|
@ -256,7 +256,7 @@ try:
|
|||
# Load description lists
|
||||
#
|
||||
try:
|
||||
if globals.config.getboolean("BOSWatch","useDescription"):
|
||||
if globals.config.getboolean("FMS","idDescribed") or globals.config.getboolean("ZVEI","idDescribed") or globals.config.getboolean("POC","idDescribed"):
|
||||
from includes import descriptionList
|
||||
descriptionList.loadDescriptionLists()
|
||||
except:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue