···26262727 machine.wait_for_window(r"Fasttracker")
2828 machine.sleep(5)
2929- # One of the few words that actually get recognized
3030- if "Songlen" not in machine.get_screen_text():
3131- raise Exception("Program did not start successfully")
2929+ machine.wait_for_text(r"(Songlen|Repstart|Time|About|Nibbles|Help)")
3230 machine.screenshot("screen")
3331 '';
3432})