Countdowns for a routine

It shouldn’t count up if you have something like this.

Set exptTime=50 in Begin Routine

Add

if secs <= 30:
     clock_time.text = str(...

You can also remove references to minutes if your countdown is from 30 to 0.