Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.

Commit 20eee46

Browse files
authored
Merge pull request #6 from cgtobi/weather-icon-url
Fix the broken weather icon url.
2 parents 17c996f + 69e278a commit 20eee46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yahooweather.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ def Wind(self):
118118

119119
def getWeatherImage(self, code):
120120
"""Create a link to weather image from yahoo code."""
121-
return "https://l.yimg.com/a/i/us/we/52/{}.gif".format(code)
121+
return "https://s.yimg.com/zz/combo?a/i/us/we/52/{}.gif".format(code)

0 commit comments

Comments
 (0)