From 28b6083bf1b48c917f2e45fc8910da4941beddbd Mon Sep 17 00:00:00 2001 From: dxav Date: Mon, 28 Oct 2013 21:26:29 +0100 Subject: Upate yahoo finance http adress --- invest-applet/invest/quotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'invest-applet/invest/quotes.py') 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 -- cgit v1.2.1