diff options
| author | Jonathan Weth <git@jonathanweth.de> | 2020-07-21 17:41:03 +0200 |
|---|---|---|
| committer | Jonathan Weth <git@jonathanweth.de> | 2020-07-21 17:41:03 +0200 |
| commit | d0779461c5d84534aa3008ec6563ba33a41feac6 (patch) | |
| tree | 9bcce2b2c7ce4b7906c33131f812ef23b590e5df /test_client.py | |
| parent | 741d4498f76f743df42a7dfa7906700e9c754658 (diff) | |
| parent | 885fe5d0f156b349504b9b0209afa893f4b65428 (diff) | |
| download | RWA.Support.SessionService-d0779461c5d84534aa3008ec6563ba33a41feac6.tar.gz RWA.Support.SessionService-d0779461c5d84534aa3008ec6563ba33a41feac6.tar.bz2 RWA.Support.SessionService-d0779461c5d84534aa3008ec6563ba33a41feac6.zip | |
Merge branch 'master' of gitlab.das-netzwerkteam.de:remotewebapp/session-service
Diffstat (limited to 'test_client.py')
| -rw-r--r-- | test_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_client.py b/test_client.py index cd7d338..927dfd3 100644 --- a/test_client.py +++ b/test_client.py @@ -3,7 +3,7 @@ import dbus bus = dbus.SessionBus() -time = bus.get_object("de.rwa.rwa", "/RWA") +time = bus.get_object("org.ArcticaProject.RWA", "/RWA") curr = time.start() |
