Skip to content

Commit

Permalink
do not overwrite devices list
Browse files Browse the repository at this point in the history
  • Loading branch information
pantherale0 committed Dec 28, 2023
1 parent 31d027f commit fc95267
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pynintendoparental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ async def update_device(dev: Device):
coros = [update_device(d) for d in self.devices]
await asyncio.gather(*coros)
except Exception as err:
self.devices = []
raise RuntimeError(err) from err
_LOGGER.debug("Found %s device(s)", len(self.devices))

Expand Down

0 comments on commit fc95267

Please sign in to comment.