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 6f345e4 commit 5f33b9cCopy full SHA for 5f33b9c
labthings/server/wsgi/gevent.py
@@ -41,7 +41,11 @@ def run(
41
"_labthings._tcp.local.",
42
f"{self.labthing.title}._labthings._tcp.local.",
43
port=port,
44
- properties={"path": self.labthing.url_prefix},
+ properties={
45
+ "path": self.labthing.url_prefix,
46
+ "title": self.labthing.title,
47
+ "description": self.labthing.description,
48
+ },
49
addresses=set(
50
[
51
socket.inet_aton(i)
0 commit comments