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.
This commit is contained in:
Erik Johnson 2017-04-05 21:05:01 -05:00 committed by GitHub
parent 5bf3b2b32a
commit 0fbc29ef8a

View File

@ -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,