summaryrefslogtreecommitdiffstats
path: root/python/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/service.py')
-rw-r--r--python/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/service.py b/python/service.py
index 18a2c81b..f6a1c7fd 100644
--- a/python/service.py
+++ b/python/service.py
@@ -154,7 +154,7 @@ class Object:
def __init__(self, bus_name, object_path):
self._object_path = object_path
self._name = bus_name
- self._bus = name.get_bus()
+ self._bus = bus_name.get_bus()
self._connection = self._bus.get_connection()