hgext/zeroconf/Zeroconf.py
branchstable
changeset 51167 b79f13d6ef25
parent 49293 e3143ab9dadb
--- a/hgext/zeroconf/Zeroconf.py	Wed Dec 06 16:29:43 2023 +0100
+++ b/hgext/zeroconf/Zeroconf.py	Sat Dec 02 15:02:03 2023 -0300
@@ -1859,7 +1859,7 @@
     info = ServiceInfo(
         b"_http._tcp.local.",
         b"My Service Name._http._tcp.local.",
-        socket.inet_aton(b"127.0.0.1"),
+        socket.inet_aton("127.0.0.1"),
         1234,
         0,
         0,