add a missing method
This commit is contained in:
parent
444272344e
commit
1b17d66576
@ -48,6 +48,9 @@ class PluginManager(PluginManagerBase, Component):
|
|||||||
self.config = ConfigManager("web.conf")
|
self.config = ConfigManager("web.conf")
|
||||||
PluginManagerBase.__init__(self, "web.conf", "deluge.plugin.web")
|
PluginManagerBase.__init__(self, "web.conf", "deluge.plugin.web")
|
||||||
|
|
||||||
|
def _on_get_enabled_plugins(self, plugins):
|
||||||
|
pass
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
"""
|
"""
|
||||||
Start up the plugin manager
|
Start up the plugin manager
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user