Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong reference in upnp-list to 'friendly_name' #12

Open
SvenMb opened this issue Mar 13, 2019 · 0 comments
Open

wrong reference in upnp-list to 'friendly_name' #12

SvenMb opened this issue Mar 13, 2019 · 0 comments

Comments

@SvenMb
Copy link

SvenMb commented Mar 13, 2019

Hi,

in file upnp-list:

name = device.description[:friendlyName] rescue '*** Error fetching name ***'

I think it should be
name = device.description['friendlyName'] rescue '*** Error fetching name ***'
instead.

Currently no device names get printed, with my change they will.

Maybe someone can update that.

regards
Sven

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant