summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-06-21 14:24:33 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-21 14:24:33 +0200
commitdbbe091a5933adb3ebbb35e8eacfef1fc611ed9d (patch)
tree6ede5835203c69989a9a71d34d07790c81c64d5e
parentf276f5dc1931c4795a3d2f08181f81fb32a71dca (diff)
downloadfingerchange-dbbe091a5933adb3ebbb35e8eacfef1fc611ed9d.tar.xz
Use the SE API over HTTPS
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--fingerchange.py2
1 files changed, 1 insertions, 1 deletions
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):