tfix ssl issue, #1875 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 84b6a1252a3c5ae93943ab102512746afccd43b3
DIR parent 167dcbf624b6d7d09a90355983fe8b6782e01836
HTML Author: ThomasV <thomasv@electrum.org>
Date: Tue, 2 Aug 2016 09:53:28 +0200
fix ssl issue, #1875
Diffstat:
M contrib/make_locale | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/contrib/make_locale b/contrib/make_locale
t@@ -23,7 +23,7 @@ if os.path.exists('../contrib/crowdin_api_key.txt'):
crowdin_api_key = open('../contrib/crowdin_api_key.txt').read().strip()
# Push to Crowdin
print 'Push to Crowdin'
- url = ('http://api.crowdin.com/api/project/' + crowdin_identifier + '/update-file?key=' + crowdin_api_key)
+ url = ('https://api.crowdin.com/api/project/' + crowdin_identifier + '/update-file?key=' + crowdin_api_key)
c = pycurl.Curl()
c.setopt(c.URL, url)
c.setopt(c.POST, 1)