summaryrefslogtreecommitdiff
path: root/portato/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/plugin.py')
-rw-r--r--portato/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/plugin.py b/portato/plugin.py
index a49be74..e6ceb89 100644
--- a/portato/plugin.py
+++ b/portato/plugin.py
@@ -368,7 +368,7 @@ class PluginQueue:
frontendOK = False
if frontendOK is None or frontendOK == True:
- plugin = Plugin(p, str(elem.getAttribute("name")), str(elem.getAttribute("author")))
+ plugin = Plugin(p, elem.getAttribute("name"), elem.getAttribute("author"))
plugin.parse_hooks(elem.getElementsByTagName("hook"))
plugin.set_import(elem.getElementsByTagName("import"))
plugin.parse_menus(elem.getElementsByTagName("menu"))