Closedown

This commit is contained in:
X11MA
2015-12-03 23:47:51 +01:00
parent b51eccd9d7
commit ab751af369

View File

@@ -39,7 +39,8 @@ def _startPlot(type):
p.addSeries(LinePlotSeries("Energy"))
s= p.getSeries(1)
cur = 0
while running:
while running:
time.sleep(3.0)
try:
if otf_start.read() == 0:
break