Closedown

This commit is contained in:
2019-10-10 11:53:34 +02:00
parent 4a22f81d77
commit a1e923cf66

View File

@@ -3,7 +3,7 @@ try:
s.close()
except:
pass
s = Stream("stream", bs)
s = Stream("stream", dispatcher)
s.start(True)
print s.getIdentifiers()