mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 04:34:50 +02:00
Merge branch 'master' of https://github.com/cbhaley/calibre into master
This commit is contained in:
commit
2e7689e3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue