Script execution

This commit is contained in:
2019-10-10 12:02:00 +02:00
parent a5ae65806b
commit b2eec8d438

View File

@@ -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()
print s.getIdentifiers()
for channel in s.children:
add_device(channel, True)
show_panel(channel)