From dbbe091a5933adb3ebbb35e8eacfef1fc611ed9d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 21 Jun 2015 14:24:33 +0200 Subject: Use the SE API over HTTPS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- fingerchange.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fingerchange.py b/fingerchange.py index 045ae46..a908398 100644 --- a/fingerchange.py +++ b/fingerchange.py @@ -4,7 +4,7 @@ import requests import asyncio import json -api_url = 'http://api.stackexchange.com/2.2/users/' +api_url = 'https://api.stackexchange.com/2.2/users/' def slice_dict(dict, slice): -- cgit v1.2.3-54-g00ecf