The count-down area is blank.
if (mins < 10): countdownStr = "0" countdownStr = countdownStr + str(mins)
if (mins < 10): countdownStr = countdownStr + "0" countdownStr = countdownStr + str(mins)