You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the input is not an int it should try and convert it to one: self.network = [int(network)]. Otherwise it will raise an exception here when using in operator between an int and a str.
The text was updated successfully, but these errors were encountered:
wirepas-mqtt-library/wirepas_mqtt_library/wirepas_network_interface.py
Line 867 in de70261
If the input is not an int it should try and convert it to one:
self.network = [int(network)]
. Otherwise it will raise an exception here when using in operator between anint
and astr
.The text was updated successfully, but these errors were encountered: