From fbb8a582edec8c8bdd4e8801f063e81f36344527 Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Tue, 21 Jul 2020 16:56:09 +0200 Subject: Port namespace to Arctica Project --- test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_client.py') 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() -- cgit v1.2.3