Beispiel #1
0
 def send_querystatus_command(self, verbosity):
     self.outgoingUDP.sendto(packets.make_querystatus_packet(verbosity), self.address)
 def send_querystatus_command(self, verbosity):
     self.outgoingUDP.sendto(packets.make_querystatus_packet(verbosity),
                             self.address)
Beispiel #3
0
 def send_querystatus_command(self, verbosity):
     self.outgoingUDP.sendto(packets.make_querystatus_packet(verbosity), self.address)
     self.logger.debug("Send querystatus command to address %s." % str(self.address))