fixed typo

This commit is contained in:
gac-furka
2021-07-30 16:42:23 +02:00
parent 7961d74017
commit 7cb6e78d69

View File

@ -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")