Script execution

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

View File

@@ -4,6 +4,8 @@ try:
except:
pass
s = Stream("stream", dispatcher)
s.initialize()
s.start(True)
s.waitCacheChange(5000)
print s.getIdentifiers()