diff --git a/sopel_modules/weather/providers/weather/openweathermap.py b/sopel_modules/weather/providers/weather/openweathermap.py index 0efebf7..bc68b53 100755 --- a/sopel_modules/weather/providers/weather/openweathermap.py +++ b/sopel_modules/weather/providers/weather/openweathermap.py @@ -39,7 +39,7 @@ def openweathermap_weather(bot, latitude, longitude, location): 'appid': bot.config.weather.weather_api_key, 'lat': latitude, 'lon': longitude, - 'exclude': 'current,minutely,hourly', + 'exclude': 'minutely,hourly', 'units': 'metric' } try: