diff options
| author | Jonathan Weth <git@jonathanweth.de> | 2020-07-22 15:43:08 +0200 |
|---|---|---|
| committer | Jonathan Weth <git@jonathanweth.de> | 2020-07-22 15:43:08 +0200 |
| commit | 773c749f582ff8fd9c1f106d5de8af34588cd3f8 (patch) | |
| tree | 80d523367534bb69d0a3205d88e4c3e5521c9c11 /test_client.py | |
| parent | 63903348d6df3f63338af17e9ab1318eff9f018c (diff) | |
| parent | 0839dbac0f16d98cd1dfa13e71b8af8f404050a9 (diff) | |
| download | RWA.Support.SessionService-773c749f582ff8fd9c1f106d5de8af34588cd3f8.tar.gz RWA.Support.SessionService-773c749f582ff8fd9c1f106d5de8af34588cd3f8.tar.bz2 RWA.Support.SessionService-773c749f582ff8fd9c1f106d5de8af34588cd3f8.zip | |
Merge branch 'master' of gitlab.das-netzwerkteam.de:remotewebapp/session-service
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) |
