aboutsummaryrefslogtreecommitdiff
path: root/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_client.py')
-rwxr-xr-xtest_client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test_client.py b/test_client.py
index 9cc6b68..4e60c29 100755
--- a/test_client.py
+++ b/test_client.py
@@ -3,9 +3,7 @@ import dbus
bus = dbus.SessionBus()
-
time = bus.get_object("org.ArcticaProject.RWA", "/RWA")
-
curr = time.start()
print("Your VNC session is", curr)