Results 1 issues of Osen

I got SSL3_GET_SERVER_CERTIFICATE:certificate verify failed' when I use gTTS. The error happened on line 58 of gtts_token.py. The app got SSL error in: `response = requests.get("https://translate.google.com/").` I fixed it by...