Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
vic4key committed Sep 19, 2022
1 parent ba0b054 commit 0221354
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ def initialize(ui):
_plugins = loader.plugins
except PluginImportError as e:
print(e)
for e in plugins(): e.attach_ui(e, ui)
if not plugins() is None:
for e in plugins():
e.attach_ui(e, ui)

0 comments on commit 0221354

Please sign in to comment.