in src/monitor.py [0:0]
def hour_is_0900(): if int(time.strftime("%H"))==9: return True else: return False