aboutsummaryrefslogtreecommitdiff
path: root/test_client.py
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-04 19:09:28 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-04 19:09:28 +0200
commit180fe09b94ea219017c785d66d6eabe379625c03 (patch)
tree802ce50b6adcbfe18ffb4158d5a2f41103627b12 /test_client.py
parentc6c8f19f1af06678f66f37e3002990a9660e2950 (diff)
downloadRWA.Support.SessionService-180fe09b94ea219017c785d66d6eabe379625c03.tar.gz
RWA.Support.SessionService-180fe09b94ea219017c785d66d6eabe379625c03.tar.bz2
RWA.Support.SessionService-180fe09b94ea219017c785d66d6eabe379625c03.zip
org.ArcticaProject.RWASupportSessionService: Adapt DBus service path to new project namespace.
Diffstat (limited to 'test_client.py')
-rwxr-xr-xtest_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_client.py b/test_client.py
index 1a5f427..c847ccf 100755
--- a/test_client.py
+++ b/test_client.py
@@ -29,7 +29,7 @@ import dbus
bus = dbus.SessionBus()
-time = bus.get_object("org.ArcticaProject.RWA", "/RWA")
+time = bus.get_object("org.ArcticaProject.RWASupportSessionService", "/RWASupportSessionService")
curr = time.start()
print("Your VNC session is", curr)