diff --git a/plugin_manager.py b/plugin_manager.py index af65658..dc8dbae 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -1589,7 +1589,7 @@ class PluginManagerWindow(bui.Window): pass except Exception as e: bui.textwidget(edit=self._plugin_manager_status_text, - text=str(e)) + text=str(e)) raise async def draw_index(self):