diff --git a/script/check_rock.py b/script/check_rock.py index fb4a41d..7eb0b5f 100644 --- a/script/check_rock.py +++ b/script/check_rock.py @@ -82,7 +82,7 @@ POSV = int(BPM1POSV * 1000) if POSV <= -6 or POSV >= 6 : print "Beam is not aligned at E-BOX BPM1" print "lets fix it." - #fbm() + fbm() time.sleep(2) else : print "Beam is aligned at E-BOX BPM1,"