diff options
Diffstat (limited to 'test_client.py')
-rwxr-xr-x[-rw-r--r--] | test_client.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test_client.py b/test_client.py index 927dfd3..4e60c29 100644..100755 --- a/test_client.py +++ b/test_client.py @@ -1,10 +1,9 @@ +#!/usr/bin/env python3 import dbus bus = dbus.SessionBus() - time = bus.get_object("org.ArcticaProject.RWA", "/RWA") - curr = time.start() print("Your VNC session is", curr) |