Closedown

This commit is contained in:
X11MA
2015-12-03 23:50:10 +01:00
parent ab751af369
commit e16a86b90e
+2 -2
View File
@@ -39,8 +39,8 @@ def _startPlot(type):
p.addSeries(LinePlotSeries("Energy"))
s= p.getSeries(1)
cur = 0
while running:
time.sleep(3.0)
time.sleep(3.0)
while running:
try:
if otf_start.read() == 0:
break