Mercurial > libervia-backend
diff libervia/backend/plugins/plugin_pubsub_cache.py @ 4221:2b000790b197
plugin XEP-0060: fix incorrect type hint.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 05 Mar 2024 17:31:56 +0100 |
parents | 4b842c1fb686 |
children | ba46d6a0ff3a |
line wrap: on
line diff
--- a/libervia/backend/plugins/plugin_pubsub_cache.py Tue Mar 05 17:31:49 2024 +0100 +++ b/libervia/backend/plugins/plugin_pubsub_cache.py Tue Mar 05 17:31:56 2024 +0100 @@ -405,8 +405,8 @@ conf = await self._p.getConfiguration(client, service, node) except Exception as e: log.warning( - f"Can't retrieve configuration for node {node!r} at service {service} " - f"for {client.profile}: {e}" + f"Can't retrieve configuration for node {node!r} at service " + f"{service} for {client.profile}: {e}" ) else: analyse["conf"] = conf