fixed typo
This commit is contained in:
@ -68,7 +68,7 @@ class Undulators(Adjustable):
|
|||||||
|
|
||||||
if abs(delta)>0.001 :
|
if abs(delta)>0.001 :
|
||||||
print("E changed: waiting 10 sec for CHIC")
|
print("E changed: waiting 10 sec for CHIC")
|
||||||
sleep(10
|
sleep(10)
|
||||||
else :
|
else :
|
||||||
sleep(2)
|
sleep(2)
|
||||||
print("No E change: wainting 2 sec for CHIC")
|
print("No E change: wainting 2 sec for CHIC")
|
||||||
|
Reference in New Issue
Block a user