From 2269d143c43ff5c14061cf26fa8adc6e93393ec4 Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Wed, 22 Jul 2020 14:56:40 +0200 Subject: Add -m/--mockup-mode feature to service.py and session.py --- test_client.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test_client.py') 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) -- cgit v1.2.3