util/Zeroconf.py
changeset 1740 b789b695b5c6
parent 1739 ec153828ded2
child 1743 c3c3d1318130
--- a/util/Zeroconf.py	Tue Aug 15 12:17:51 2017 +0300
+++ b/util/Zeroconf.py	Tue Aug 15 15:50:30 2017 +0300
@@ -1557,7 +1557,7 @@
     print "Multicast DNS Service Discovery for Python, version", __version__
     r = Zeroconf()
     print "1. Testing registration of a service..."
-    desc = {'version':'0.10','a':'test value', 'b':'another value'}
+    desc = {'version': '0.10', 'a': 'test value', 'b': 'another value'}
     info = ServiceInfo("_http._tcp.local.", "My Service Name._http._tcp.local.", socket.inet_aton("127.0.0.1"), 1234, 0, 0, desc)
     print "   Registering service..."
     r.registerService(info)