strip crowdin url

This commit is contained in:
ThomasV 2015-01-23 14:16:33 +01:00
parent 4ce699bf25
commit 476e02026f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ crowdin_file_name = 'electrum-client/messages.pot'
locale_file_name = 'locale/messages.pot'
if os.path.exists('contrib/crowdin_api_key.txt'):
crowdin_api_key = open('contrib/crowdin_api_key.txt').read()
crowdin_api_key = open('contrib/crowdin_api_key.txt').read().strip()
# Generate fresh translation template
if not os.path.exists('locale'):