From 989a95bf25d362c175b2b3c1a3b423025d38dbdb Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 27 Jan 2014 10:37:25 +0100 Subject: [PATCH] move api key path --- mki18n.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mki18n.py b/mki18n.py index 4bde41199..1bbd0fa29 100755 --- a/mki18n.py +++ b/mki18n.py @@ -6,8 +6,8 @@ crowdin_identifier = 'electrum' crowdin_file_name = 'electrum-client/messages.pot' locale_file_name = 'locale/messages.pot' -if os.path.exists('build/crowdin_api_key.txt'): - crowdin_api_key = open('build/crowdin_api_key.txt').read() +if os.path.exists('contrib/crowdin_api_key.txt'): + crowdin_api_key = open('contrib/crowdin_api_key.txt').read() # Generate fresh translation template if not os.path.exists('locale'):