From 2b6b105727cae73a1f1e9f0c3c2aa1453db8f53a Mon Sep 17 00:00:00 2001 From: Dru Wynings Date: Mon, 4 Mar 2019 22:25:01 -0800 Subject: [PATCH] update http to https --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.py b/client.py index 3343c35..f0a8ebe 100644 --- a/client.py +++ b/client.py @@ -2,7 +2,7 @@ class DiffbotClient(object): - base_url = 'http://api.diffbot.com/' + base_url = 'https://api.diffbot.com/' def request(self, url, token, api, fields=None, version=3, **kwargs): """