changeset 2456:83f9b9ff1a54

jp (pubsub/search): fixed --item argument
author Goffi <goffi@goffi.org>
date Tue, 12 Dec 2017 00:09:39 +0100
parents 7b02372f8734
children 49aa1e3a90b8
files frontends/src/jp/cmd_pubsub.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/frontends/src/jp/cmd_pubsub.py	Mon Dec 04 00:45:07 2017 +0100
+++ b/frontends/src/jp/cmd_pubsub.py	Tue Dec 12 00:09:39 2017 +0100
@@ -856,7 +856,7 @@
             service,
             node,
             self.args.max,
-            [],
+            items,
             "",
             {},
             self.profile,