From b2eec8d438782d0605ee2d02fa23bcdf2288a728 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Thu, 10 Oct 2019 12:02:00 +0200 Subject: [PATCH] Script execution --- script/test/TestZMQ.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/script/test/TestZMQ.py b/script/test/TestZMQ.py index 8f3e9a9..8ada370 100644 --- a/script/test/TestZMQ.py +++ b/script/test/TestZMQ.py @@ -3,9 +3,14 @@ try: s.close() except: pass -s = Stream("stream", dispatcher) +s = Stream("stream", bs) s.initialize() s.start(True) s.waitCacheChange(5000) -print s.getIdentifiers() \ No newline at end of file +print s.getIdentifiers() + + +for channel in s.children: + add_device(channel, True) + show_panel(channel) \ No newline at end of file