diff options
Diffstat (limited to 'backend/plugin.py')
| -rw-r--r-- | backend/plugin.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
