diff options
author | dxav <[email protected]> | 2013-10-28 21:26:29 +0100 |
---|---|---|
committer | dxav <[email protected]> | 2013-10-28 21:26:29 +0100 |
commit | 302344d247784c10ab688f71b6c8e1b8638bf35d (patch) | |
tree | a5927b6995fcbf07fe6e9392c22a027090988ba1 /invest-applet/invest/chart.py | |
parent | d3178d6a81bb95316193d24926bed3fdc943355e (diff) | |
download | mate-applets-302344d247784c10ab688f71b6c8e1b8638bf35d.tar.bz2 mate-applets-302344d247784c10ab688f71b6c8e1b8638bf35d.tar.xz |
Upate yahoo finance http adress
Diffstat (limited to 'invest-applet/invest/chart.py')
-rw-r--r-- | invest-applet/invest/chart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/invest-applet/invest/chart.py b/invest-applet/invest/chart.py index e13e0686..0899351d 100644 --- a/invest-applet/invest/chart.py +++ b/invest-applet/invest/chart.py @@ -210,7 +210,7 @@ class FinancialChart: a += "%s%s," % (name[1:], param) # Create the image URL ----------------------------------------------------- - chart_base_url = "http://ichart.europe.yahoo.com/z?s=%(s)s&t=%(t)s&q=%(q)s&l=%(l)s&z=%(z)s&p=%(p)s&a=%(a)s%(opt)s" + chart_base_url = "http://chart.finance.yahoo.com/z?s=%(s)s&t=%(t)s&q=%(q)s&l=%(l)s&z=%(z)s&p=%(p)s&a=%(a)s%(opt)s" url = chart_base_url % { "s": tickers[0], "t": self.time_ranges[self.ui.get_object("t").get_active()], |