mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
enabling of plugins.
This commit is contained in:
parent
d3bf991048
commit
4271143896
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ def dispatch_plugins():
|
||||||
|
|
||||||
# Is plugin enabled?
|
# Is plugin enabled?
|
||||||
if not plugin_config.getboolean(plugin, 'enabled'):
|
if not plugin_config.getboolean(plugin, 'enabled'):
|
||||||
|
l.debug('{plugin}: Not enabled, skipping'.format(
|
||||||
|
plugin=plugin
|
||||||
|
))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Import the plugin
|
# Import the plugin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue