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/quotes.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/quotes.py')
-rw-r--r-- | invest-applet/invest/quotes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/invest-applet/invest/quotes.py b/invest-applet/invest/quotes.py index 44943b1d..448c13bd 100644 --- a/invest-applet/invest/quotes.py +++ b/invest-applet/invest/quotes.py @@ -287,7 +287,7 @@ class QuoteUpdater(Gtk.ListStore): self.add_balance_change(balance, change, val["currency"]) if len(ticker.split('.')) == 2: - url = 'http://ichart.europe.yahoo.com/h?s=%s' % ticker + url = 'http://chart.finance.yahoo.com/h?s=%s' % ticker else: url = 'http://ichart.yahoo.com/h?s=%s' % ticker |