From 180fe09b94ea219017c785d66d6eabe379625c03 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 4 Oct 2020 19:09:28 +0200 Subject: org.ArcticaProject.RWASupportSessionService: Adapt DBus service path to new project namespace. --- test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_client.py') 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) -- cgit v1.2.3