diff --git a/src/remote_control.py b/src/remote_control.py index 83de2d1cd..b646356bc 100644 --- a/src/remote_control.py +++ b/src/remote_control.py @@ -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 '''