mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre into master
This commit is contained in:
commit
2e7689e3ba
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user