Merge branch 'master' of https://github.com/cbhaley/calibre into master

This commit is contained in:
Kovid Goyal 2020-09-03 07:29:14 +05:30
commit 2e7689e3ba
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -148,7 +148,7 @@ def create_service(desc, service_type, port, properties, add_hostname, use_ip_ad
return ServiceInfo(
service_type, service_name,
address=socket.inet_aton(local_ip),
addresses=[socket.inet_aton(local_ip),],
port=port,
properties=properties,
server=server_name)