summaryrefslogtreecommitdiff
path: root/windy/point_forecast.py
diff options
context:
space:
mode:
Diffstat (limited to 'windy/point_forecast.py')
-rw-r--r--windy/point_forecast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/windy/point_forecast.py b/windy/point_forecast.py
index fa1b3a8..1f18c07 100644
--- a/windy/point_forecast.py
+++ b/windy/point_forecast.py
@@ -87,7 +87,7 @@ class EntryView:
return self
def __bool__(self):
- return self._index >= len(self)
+ return self._index < len(self)
def __len__(self):
return len(self._response)