diff options
-rw-r--r-- | windy/point_forecast.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windy/point_forecast.py b/windy/point_forecast.py index 2ebb67f..750ec00 100644 --- a/windy/point_forecast.py +++ b/windy/point_forecast.py @@ -50,6 +50,7 @@ class Request: def json(self): body = { + 'key': self.key, 'lat': self.lat, 'lon': self.lon, 'model': str(self.model), |