Skip to content
Snippets Groups Projects
Commit 16280995 authored by nkour's avatar nkour
Browse files

fix a syntax error

parent 5654843e
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ class SignalObject(DbusPrototype):
])
def disconnect(self):
self._connection.disconnect()
self._connection.disconnect()
def raise_signal(self, signal, arg):
''' raise a signal, with a single string message '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment