diff options
author | Jonathan Weth <mail@jonathanweth.de> | 2020-07-22 15:05:47 +0200 |
---|---|---|
committer | Jonathan Weth <mail@jonathanweth.de> | 2020-07-22 15:05:47 +0200 |
commit | 0839dbac0f16d98cd1dfa13e71b8af8f404050a9 (patch) | |
tree | 4718035f081acf2b9c091728a049a8ffd568561e /test_client.py | |
parent | 743492297d911bb296127cc0e95c16b0b0b4ce9f (diff) | |
parent | 165e826a11f113e9dbd298a8ab93db78c0bba596 (diff) | |
download | RWA.Support.SessionService-0839dbac0f16d98cd1dfa13e71b8af8f404050a9.tar.gz RWA.Support.SessionService-0839dbac0f16d98cd1dfa13e71b8af8f404050a9.tar.bz2 RWA.Support.SessionService-0839dbac0f16d98cd1dfa13e71b8af8f404050a9.zip |
Merge branch 'pr/service-mockup-feature' into 'master'
Session Service should have an API mockup mode
See merge request remotewebapp/session-service!2
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) |