def init_schedule(self): # set the schedule schedule.every().day.at(self.start_time).do(self.on) schedule.every().day.at(self.stop_time).do(self.off)