Closed felipediel closed 7 months ago
Bug report: https://github.com/mjg59/python-broadlink/pull/754.
Improve s3.get_subdevices() logic:
if len(seen) == total
if len(seen) >= total
Thanks @stevendodd!
Context
Bug report: https://github.com/mjg59/python-broadlink/pull/754.
Proposed change
Improve s3.get_subdevices() logic:
if len(seen) == total
->if len(seen) >= total
.Thanks @stevendodd!
Type of change
Additional information
Checklist