ffes / domoticz-buienradar

Domoticz Buienradar.nl Weather Lookup Plugin
MIT License
14 stars 5 forks source link

small error #1

Closed seventer closed 7 years ago

seventer commented 7 years ago

There is a typo in buienradar.py at line 293 if self.humidity >= 35 and self.humidity =< 65: should be <= 65:

--Gerard

ffes commented 7 years ago

Thanks for the report