def send_start_command(self): self.outgoingUDP.sendto(packets.make_start_packet(), self.address)
def send_start_command(self): self.outgoingUDP.sendto(packets.make_start_packet(), self.address) self.logger.debug("Sent start command to address %s." % str(self.address))