diff --git a/weatherhat/__init__.py b/weatherhat/__init__.py index 744042f..b3a669f 100644 --- a/weatherhat/__init__.py +++ b/weatherhat/__init__.py @@ -153,7 +153,7 @@ def hpa_to_inches(self, hpa): def degrees_to_cardinal(self, degrees): value, cardinal = min(wind_degrees_to_cardinal.items(), key=lambda item: abs(item[0] - degrees)) return cardinal - + def _t_poll_ioexpander(self): self._polling = True poll = select.poll()