From 03de687c7a9b4a4d19853353a077abe7da4c847c Mon Sep 17 00:00:00 2001 From: Textveloper Date: Wed, 31 May 2017 00:13:53 -0400 Subject: [PATCH] EL Wrapper no funcionara si no se actualiza de HTTP a HTTPS --- textveloper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textveloper.py b/textveloper.py index cbc3248..3871c19 100644 --- a/textveloper.py +++ b/textveloper.py @@ -7,7 +7,7 @@ import time class Textveloper(object): - api_url = 'http://api.textveloper.com/{0}/' + api_url = 'https://api.textveloper.com/{0}/' class API(Textveloper):