From 14ad0b4e9311e090865e3d613970bdc5b54ef274 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 4 Jan 2015 22:57:25 +0100 Subject: invest: Add saving and loading of currency conversion data fixes #119 --- invest-applet/invest/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'invest-applet/invest/__init__.py') diff --git a/invest-applet/invest/__init__.py b/invest-applet/invest/__init__.py index d99328c2..10f727c4 100644 --- a/invest-applet/invest/__init__.py +++ b/invest-applet/invest/__init__.py @@ -149,6 +149,7 @@ try: except Exception, msg: CONFIG = {} # default configuration +CURRENCIES_FILE = join(USER_INVEST_DIR, "currencies.csv") QUOTES_FILE = join(USER_INVEST_DIR, "quotes.csv") -- cgit v1.2.1