diff --git a/i3pystatus/weather/wunderground.py b/i3pystatus/weather/wunderground.py index 7b1f7b2..3985b9a 100644 --- a/i3pystatus/weather/wunderground.py +++ b/i3pystatus/weather/wunderground.py @@ -68,7 +68,7 @@ class Wunderground(WeatherBackend): colorize=True, hints={'markup': 'pango'}, backend=wunderground.Wunderground( - api_key='dbafe887d56ba4ad', + api_key='api_key_goes_here', location_code='pws:MAT645', units='imperial', forecast=True,