add a missing method
This commit is contained in:
parent
444272344e
commit
1b17d66576
|
@ -47,6 +47,9 @@ class PluginManager(PluginManagerBase, Component):
|
||||||
Component.__init__(self, "Web.PluginManager")
|
Component.__init__(self, "Web.PluginManager")
|
||||||
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):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue