From 0fbc29ef8ad20de5d611d58edb5f12a37c981d73 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Wed, 5 Apr 2017 21:05:01 -0500 Subject: [PATCH] I'm an idiot and put my API key in the Weather Underground example (#560) Just got a usage alert when my laptop wasn't even on. n00b mistake! I've disabled the API key, and this removes it from the example in the documentation. --- i3pystatus/weather/wunderground.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,