blob: 62bfb4dbd974acbbea7e638a91085b0e492844df (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/awn-extras-applets-0.2.6/src/weather/weather.py~ 2008-05-09 02:20:39.000000000 +0200
+++ src/awn-extras-applets-0.2.6/src/weather/weather.py 2008-05-09 02:21:06.000000000 +0200
@@ -315,7 +315,7 @@
def get_conditions(self):
- url = 'http://xoap.weather.com/weather/local/' + self.location_code + '?cc=*&prod=xoap&par=1048871467&key=12daac2f3a67cb39'
+ url = 'http://xoap.weather.com/weather/local/' + self.location_code + '?cc=*&link=xoap&par=1048871467&key=12daac2f3a67cb39'
if self.units == "Metric":
url = url + '&unit=m'
try:
|