From d23f1ac56c6749e214303c01adec20f2d4a2d0dd Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Wed, 25 May 2022 21:35:03 +0200 Subject: Added support for static assets, remove frontend_bundle field --- backend/plugin.py | 1 - 1 file changed, 1 deletion(-) (limited to 'backend/plugin.py') diff --git a/backend/plugin.py b/backend/plugin.py index db335225..7d3f36f3 100644 --- a/backend/plugin.py +++ b/backend/plugin.py @@ -26,7 +26,6 @@ class PluginWrapper: self.name = json["name"] self.author = json["author"] - self.frontend_bundle = json["frontend_bundle"] self.flags = json["flags"] self.passive = not path.isfile(self.file) -- cgit v1.2.3