diff options
Diffstat (limited to 'test_client.py')
-rwxr-xr-x | test_client.py | 2 |
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) |