FINALLY fix the multiple injections bug

This commit is contained in:
AAGaming
2022-08-13 23:58:57 -04:00
parent 84a19203c5
commit 30a538e85e
3 changed files with 4 additions and 3 deletions
-1
View File
@@ -62,7 +62,6 @@ class PluginManager:
self.updater = Updater(self)
jinja_setup(self.web_app)
self.web_app.on_startup.append(self.inject_javascript)
if CONFIG["chown_plugin_path"] == True:
self.web_app.on_startup.append(chown_plugin_dir)
self.loop.create_task(self.loader_reinjector())