mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-02 16:15:32 +00:00
add a missing method
This commit is contained in:
parent
444272344e
commit
1b17d66576
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ class PluginManager(PluginManagerBase, Component):
|
|||
Component.__init__(self, "Web.PluginManager")
|
||||
self.config = ConfigManager("web.conf")
|
||||
PluginManagerBase.__init__(self, "web.conf", "deluge.plugin.web")
|
||||
|
||||
def _on_get_enabled_plugins(self, plugins):
|
||||
pass
|
||||
|
||||
def start(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue