changeset 3344:7515e1878004

plugin list of interest: fixed registerPubsub
author Goffi <goffi@goffi.org>
date Sat, 15 Aug 2020 22:54:42 +0200
parents ec93feac0e74
children 3dc8835d96cc
files sat/plugins/plugin_exp_list_of_interest.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat/plugins/plugin_exp_list_of_interest.py	Sat Aug 15 20:30:20 2020 +0200
+++ b/sat/plugins/plugin_exp_list_of_interest.py	Sat Aug 15 22:54:42 2020 +0200
@@ -136,7 +136,7 @@
         if element is not None:
             pubsub_elt.addChild(element)
         uri_kwargs = {
-            "path": service,
+            "path": service.full(),
             "node": node
         }
         if item_id: