Script execution

This commit is contained in:
sfop
2016-10-05 16:34:47 +02:00
parent 3a5974fedd
commit eb6c949088

View File

@@ -38,7 +38,6 @@ def _get_device(d):
_stream = Stream("corr_stream", dispatcher)
instances.append(_stream)
_stream.addScalar(d, d, int(interval*100), 0)
d = Channel(d)
else:
d = Channel(d)
instances.append(d)