Skip to content

Commit

Permalink
geo.places from yahoo return woeid in simple form. See pywapi changes…
Browse files Browse the repository at this point in the history
… here: 7f05282076f6ae2d48ec9c986d45838107cd0436
  • Loading branch information
khurshid-alam committed May 20, 2017
1 parent b13870d commit 0116716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/indicator-weather
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ class Location:
return
else:
# only look at the the first woeid result
woeid = woeid_result[0][0]
woeid = woeid_result
self.location_code = woeid
log.debug("Location: woeid is %s" % woeid)

Expand Down

0 comments on commit 0116716

Please sign in to comment.