fix url in make_locale

This commit is contained in:
zebra-lucky 2018-07-25 05:18:46 +03:00
parent 5c952d9ff4
commit 0e47ab2807
1 changed files with 1 additions and 1 deletions

View File

@ -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')