mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
little error in pluginloader.py
This commit is contained in:
parent
ed9a7619b4
commit
c85ce2b158
|
|
@ -20,7 +20,6 @@ def getPlugins():
|
|||
|
||||
# is the plugin enabled in the config-file?
|
||||
try:
|
||||
logging.debug("Plugin [DISABLED] %s ", i)
|
||||
if globals.config.getint("Plugins", i):
|
||||
info = imp.find_module(i, [location])
|
||||
plugins.append({"name": i, "info": info})
|
||||
|
|
|
|||
Loading…
Reference in a new issue