##// END OF EJS Templates
zeroconf: give inet_aton() str instead of bytes...
av6 -
r52060:b79f13d6 stable
parent child Browse files
Show More
@@ -1859,7 +1859,7 b" if __name__ == '__main__':"
1859 info = ServiceInfo(
1859 info = ServiceInfo(
1860 b"_http._tcp.local.",
1860 b"_http._tcp.local.",
1861 b"My Service Name._http._tcp.local.",
1861 b"My Service Name._http._tcp.local.",
1862 socket.inet_aton(b"127.0.0.1"),
1862 socket.inet_aton("127.0.0.1"),
1863 1234,
1863 1234,
1864 0,
1864 0,
1865 0,
1865 0,
General Comments 0
You need to be logged in to leave comments. Login now