mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 10:28:39 +00:00
Spacing fixed.
This commit is contained in:
parent
6705e87160
commit
1eed8f34d9
2 changed files with 4 additions and 4 deletions
|
@ -98,7 +98,7 @@ class PluginManager:
|
||||||
plugin = self.enabled_plugins[name]
|
plugin = self.enabled_plugins[name]
|
||||||
if 'update' in dir(plugin):
|
if 'update' in dir(plugin):
|
||||||
plugin.update()
|
plugin.update()
|
||||||
#having two methods for not breaking compatibility
|
|
||||||
if 'notify' in dir(plugin):
|
if 'notify' in dir(plugin):
|
||||||
plugin.notify(events)
|
plugin.notify(events)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue