From 8765d08775d4f0ecf3e0b167a2cbebdcf3fb115f Mon Sep 17 00:00:00 2001 From: Rodrigo Chacon Date: Sat, 19 Jan 2013 04:00:46 -0200 Subject: [PATCH] Switching to HTTPS connections by default --- stathat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stathat.py b/stathat.py index d00a176..723e87b 100644 --- a/stathat.py +++ b/stathat.py @@ -21,7 +21,7 @@ import requests -DEFAULT_STATHAT_URL = 'http://api.stathat.com' +DEFAULT_STATHAT_URL = 'https://api.stathat.com' class StatHat(object):