Update wunderground.py
This commit is contained in:
parent
be57cd55c5
commit
a0bcd33b71
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class WUndergroundData(object):
|
|||
|
||||
@Throttle(MIN_TIME_BETWEEN_UPDATES)
|
||||
def update(self):
|
||||
"""Get the latest data from wunderground"""
|
||||
"""Get the latest data from wunderground."""
|
||||
try:
|
||||
result = requests.get(self._resource + self._api_key +
|
||||
'/conditions/q/pws:' + self._pws_id +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue