Skip to content

Commit

Permalink
print out the upnp url during discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Dec 9, 2018
1 parent fc4bdd1 commit 95cc933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions songpal/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ async def discover(ctx):
click.echo("* API version: %s" % version)
click.echo("* Endpoint: %s" % endpoint)
click.echo("* UDN: %s" % udn)
click.echo("* UPnP URL: %s" % dev.location)

click.echo("* Services:")
for serv in services:
Expand Down

0 comments on commit 95cc933

Please sign in to comment.