From cc48ccaa5eaa854f9035eb485b4023e18985958f Mon Sep 17 00:00:00 2001 From: x07maop Date: Sun, 3 Apr 2016 18:02:33 +0200 Subject: [PATCH] Script execution --- script/E_Se.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/E_Se.py b/script/E_Se.py index 9f71466..12a4a23 100644 --- a/script/E_Se.py +++ b/script/E_Se.py @@ -1,5 +1,5 @@ open_valve() -count = 0 +counter = 0 while True: set_pol_cplus(offset = None) @@ -26,9 +26,9 @@ while True: set_file('Se_plus') otf(start=1410, end=1510, time=3, delay=5) - count = count+1 - if count > 5: + counter=counter+1 + + if counter>5: break - close_valve()