diff sat/plugins/plugin_exp_list_of_interest.py @ 3344:7515e1878004

plugin list of interest: fixed registerPubsub
author Goffi <goffi@goffi.org>
date Sat, 15 Aug 2020 22:54:42 +0200
parents 56ee491c0df6
children cc6164a4973b
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: