From afb2c7c0ed1ef9ccad6b5a6764cdbc5c103563a8 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Mon, 25 Jul 2022 17:13:50 -0400 Subject: Better install process UX, fix reinstalling --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/main.py') diff --git a/backend/main.py b/backend/main.py index 52e0ce06..ce503e8e 100644 --- a/backend/main.py +++ b/backend/main.py @@ -46,7 +46,7 @@ class PluginManager: allow_headers="*") }) self.plugin_loader = Loader(self.web_app, CONFIG["plugin_path"], self.loop, CONFIG["live_reload"]) - self.plugin_browser = PluginBrowser(CONFIG["plugin_path"], self.web_app) + self.plugin_browser = PluginBrowser(CONFIG["plugin_path"], self.web_app, self.plugin_loader.plugins) self.utilities = Utilities(self) self.updater = Updater(self) -- cgit v1.2.3