Skip to content

Commit

Permalink
fix service update with newer versions of python-zeroconf
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 15, 2023
1 parent fa9b4bf commit 72b1117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/net/mdns/zeroconf_publisher.py
Expand Up @@ -125,6 +125,7 @@ def __init__(self, address, host, port, service_name, service_type=XPRA_MDNS_TYP
self.kwargs = {
"type_" : st, #_xpra._tcp.local.
"name" : regname,
"server" : regname,
"port" : port,
"properties" : td,
"addresses" : [self.address],
Expand Down

0 comments on commit 72b1117

Please sign in to comment.