diff libervia/cli/cmd_adhoc.py @ 4167:319a0e47dc8b

plugin ad-hoc D-Bus: fix deprecated use of python-dbus: the plugin was using python-dbus which is deprecated in the backend in the favor of TxDBus. Methods calls have been updated, and the plugin works again, but there seems to be still some issues (warnings in the logs). Those will be fixed later.
author Goffi <goffi@goffi.org>
date Fri, 01 Dec 2023 15:22:55 +0100
parents 47401850dec6
children 0d7bb4df2343
line wrap: on
line diff
--- a/libervia/cli/cmd_adhoc.py	Thu Nov 30 13:23:53 2023 +0100
+++ b/libervia/cli/cmd_adhoc.py	Fri Dec 01 15:22:55 2023 +0100
@@ -117,7 +117,7 @@
             "-j",
             "--jid",
             default="",
-            help=_("jid of the service (default: profile's server"),
+            help=_("jid of the service (default: profile's server)"),
         )
         self.parser.add_argument(
             "-S",