From 0e4840be57eccdf93f42f05af6c42b44a05c73bc Mon Sep 17 00:00:00 2001 From: x07maop Date: Mon, 30 May 2016 12:16:07 +0200 Subject: [PATCH] Script execution --- script/E_N.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/E_N.py b/script/E_N.py index a34b6c7..ace792d 100644 --- a/script/E_N.py +++ b/script/E_N.py @@ -28,6 +28,6 @@ while True: otf(start=385, end=435, time=2, delay=5,mode = 'CIRC+', offset = -0.7, name = 'NE_plus') counter = counter +1 - if counter = 4: + if counter == 4: break \ No newline at end of file