Skip to content

discovered devices can be None#17

Open
VictorvandenHoven wants to merge 1 commit intowil3:masterfrom
VictorvandenHoven:patch-1
Open

discovered devices can be None#17
VictorvandenHoven wants to merge 1 commit intowil3:masterfrom
VictorvandenHoven:patch-1

Conversation

@VictorvandenHoven
Copy link
Copy Markdown

Not a python developer, but this seems to work:

    devices = []
    discovered_devices = soco.discover()
    if discovered_devices is not None:
      devices.extend(discovered_devices)

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

Successfully merging this pull request may close these issues.

1 participant