summaryrefslogtreecommitdiff
path: root/invest-applet/invest/quotes.py
diff options
context:
space:
mode:
authordxav <[email protected]>2013-10-28 21:26:29 +0100
committerMartin Wimpress <[email protected]>2013-12-17 13:08:55 +0000
commit28b6083bf1b48c917f2e45fc8910da4941beddbd (patch)
treeb8ce655cc83c510d6ab039a91f501b2e77de7c81 /invest-applet/invest/quotes.py
parent48ca1a9f1638fa5321af4785a36c3adef46268b2 (diff)
downloadmate-applets-28b6083bf1b48c917f2e45fc8910da4941beddbd.tar.bz2
mate-applets-28b6083bf1b48c917f2e45fc8910da4941beddbd.tar.xz
Upate yahoo finance http adress
Diffstat (limited to 'invest-applet/invest/quotes.py')
-rw-r--r--invest-applet/invest/quotes.py2
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