mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Minor fix.
This commit is contained in:
parent
cbbce338f9
commit
a0ca8a031e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue