aboutsummaryrefslogtreecommitdiffstats
path: root/backend/magiback
diff options
context:
space:
mode:
Diffstat (limited to 'backend/magiback')
-rwxr-xr-xbackend/magiback2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/magiback b/backend/magiback
index e7fe881..4e86910 100755
--- a/backend/magiback
+++ b/backend/magiback
@@ -100,7 +100,7 @@ class Isodumper(raw_write.Dumper):
def run(self):
self.loop.run()
-def check_permission(self, action,dbus_context):
+def check_permission(action, dbus_context):
""" Check permission
"""
return dbus_context.is_authorized(action, {'polkit.icon_name': 'isodumper.png',}, interactive=True)