Update wunderground.py

This commit is contained in:
arsaboo 2016-08-17 17:48:37 -04:00 committed by GitHub
parent be57cd55c5
commit a0bcd33b71

View file

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