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:
parent
5bf3b2b32a
commit
0fbc29ef8a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user