From 7cb6e78d6983fbd1668cb7c21cb22521fe03d7e3 Mon Sep 17 00:00:00 2001 From: gac-furka Date: Fri, 30 Jul 2021 16:42:23 +0200 Subject: [PATCH] fixed typo --- undulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undulator.py b/undulator.py index 803857e..64cd0fc 100644 --- a/undulator.py +++ b/undulator.py @@ -68,7 +68,7 @@ class Undulators(Adjustable): if abs(delta)>0.001 : print("E changed: waiting 10 sec for CHIC") - sleep(10 + sleep(10) else : sleep(2) print("No E change: wainting 2 sec for CHIC")