Commit c73f2c18 authored by Michal Čihař's avatar Michal Čihař

Use HTTPS for Glosbe

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 2d399951
...@@ -51,7 +51,7 @@ class GlosbeTranslation(MachineTranslation): ...@@ -51,7 +51,7 @@ class GlosbeTranslation(MachineTranslation):
'phrase': text.encode('utf-8') 'phrase': text.encode('utf-8')
} }
response = self.json_req( response = self.json_req(
'http://glosbe.com/gapi/translate', 'https://glosbe.com/gapi/translate',
**params **params
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment