Spacing fixed.
This commit is contained in:
parent
6705e87160
commit
1eed8f34d9
@ -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…
x
Reference in New Issue
Block a user