Switching to HTTPS connections by default

This commit is contained in:
Rodrigo Chacon
2013-01-19 04:00:46 -02:00
parent f97f3e8ff2
commit 8765d08775
+1 -1
View File
@@ -21,7 +21,7 @@ Enjoy.
import requests
DEFAULT_STATHAT_URL = 'http://api.stathat.com'
DEFAULT_STATHAT_URL = 'https://api.stathat.com'
class StatHat(object):