mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 11:45:44 +00:00
Fix #2044 : Unable to re-enable execute plugin
This commit is contained in:
parent
fa7edd0bad
commit
54769fe190
@ -120,6 +120,9 @@ class Core(CorePluginBase):
|
||||
if p.wait() != 0:
|
||||
log.warn("Execute command failed with exit code %d", p.returncode)
|
||||
|
||||
def update(self):
|
||||
pass
|
||||
|
||||
def disable(self):
|
||||
self.config.save()
|
||||
event_manager = component.get("EventManager")
|
||||
|
Loading…
x
Reference in New Issue
Block a user