mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Fix #2044 : Unable to re-enable execute plugin
This commit is contained in:
parent
fa7edd0bad
commit
54769fe190
1 changed files with 3 additions and 0 deletions
|
@ -120,6 +120,9 @@ class Core(CorePluginBase):
|
||||||
if p.wait() != 0:
|
if p.wait() != 0:
|
||||||
log.warn("Execute command failed with exit code %d", p.returncode)
|
log.warn("Execute command failed with exit code %d", p.returncode)
|
||||||
|
|
||||||
|
def update(self):
|
||||||
|
pass
|
||||||
|
|
||||||
def disable(self):
|
def disable(self):
|
||||||
self.config.save()
|
self.config.save()
|
||||||
event_manager = component.get("EventManager")
|
event_manager = component.get("EventManager")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue