util/Zeroconf.py
changeset 1744 69dfdb26f600
parent 1743 c3c3d1318130
child 1746 45d6f5fba016
--- a/util/Zeroconf.py	Tue Aug 15 17:01:51 2017 +0300
+++ b/util/Zeroconf.py	Tue Aug 15 22:38:43 2017 +0300
@@ -626,7 +626,7 @@
 class DNSOutgoing(object):
     """Object representation of an outgoing packet"""
 
-    def __init__(self, flags, multicast = 1):
+    def __init__(self, flags, multicast=1):
         self.finished = 0
         self.id = 0
         self.multicast = multicast
@@ -1529,7 +1529,7 @@
             out.id = msg.id
             self.send(out, addr, port)
 
-    def send(self, out, addr = _MDNS_ADDR, port = _MDNS_PORT):
+    def send(self, out, addr=_MDNS_ADDR, port=_MDNS_PORT):
         """Sends an outgoing packet."""
         # This is a quick test to see if we can parse the packets we generate
         #temp = DNSIncoming(out.packet())