mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-01 11:30:43 +00:00
Minor fix.
This commit is contained in:
parent
cbbce338f9
commit
a0ca8a031e
@ -98,7 +98,7 @@ class PluginManager:
|
||||
plugin = self.enabled_plugins[name]
|
||||
if 'update' in dir(plugin):
|
||||
plugin.update()
|
||||
print events
|
||||
|
||||
if 'handle_events' in dir(plugin):
|
||||
plugin.handle_events(events)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user