flucto-gmbh / motion-sensor-box

Creative Commons Attribution Share Alike 4.0 International
4 stars 1 forks source link

Fix test for Sequence, as str and bytes are Sequences, too. #157

Closed pacjac closed 1 year ago

pacjac commented 1 year ago

Fix newly implemented bug caused by isinstance(topic, collections.abc.Sequence), as this returns true for strings and bytes.