Skip to content

Commit

Permalink
FIX: Electrum locale download URL
Browse files Browse the repository at this point in the history
Merge pull request #187 from Legogris/fix-electrum-locale-url
  • Loading branch information
nimbosa authored Jan 5, 2019
2 parents e4e2dbf + 5d95baa commit e7927e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/make_locale
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if crowdin_api_key:

# Download & unzip
print('Download translations')
s = requests.request('GET', 'https://crowdin.com/download/project/' + crowdin_identifier + '.zip').content
s = requests.request('GET', 'https://crowdin.com/backend/download/project/' + crowdin_identifier + '.zip').content
zfobj = zipfile.ZipFile(io.BytesIO(s))

print('Unzip translations')
Expand Down

0 comments on commit e7927e5

Please sign in to comment.