From c36ff1bb4e59d9afcb8b845a411d21d2b53aaf69 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 8 Feb 2014 16:56:25 +0100 Subject: invest-applet: downloaded quotes get cached - this allows to show most recently retrieved quotes on next start up in case the system is offline by that time Author: Enrico Minack Gnome commit: 65212e8cd3a101e69fc9f7877450ab5198af9681 Url: https://git.gnome.org/browse/gnome-applets/commit/?id=65212e8cd3a101e69fc9f7877450ab5198af9681 --- invest-applet/invest/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'invest-applet/invest/__init__.py') diff --git a/invest-applet/invest/__init__.py b/invest-applet/invest/__init__.py index da6a2512..d99328c2 100644 --- a/invest-applet/invest/__init__.py +++ b/invest-applet/invest/__init__.py @@ -149,6 +149,8 @@ try: except Exception, msg: CONFIG = {} # default configuration +QUOTES_FILE = join(USER_INVEST_DIR, "quotes.csv") + # set default proxy config PROXY = None -- cgit v1.2.1