We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa75f2 commit 41fae69Copy full SHA for 41fae69
src/labthings/server/wsgi/gevent.py
@@ -67,16 +67,6 @@ def register_zeroconf(self):
67
addresses=mdns_addresses,
68
)
69
70
- # Mozilla WebThing service
71
- self.service_infos.append(
72
- ServiceInfo(
73
- "_webthing._tcp.local.",
74
- f"{self.labthing.safe_title}._webthing._tcp.local.",
75
- port=self.port,
76
- properties={"path": self.labthing.url_prefix},
77
- addresses=mdns_addresses,
78
- )
79
80
self.zeroconf_server = Zeroconf(ip_version=IPVersion.V4Only)
81
for service in self.service_infos:
82
self.zeroconf_server.register_service(service)
0 commit comments