mirror of
https://github.com/kennethreitz-archive/stathat.py.git
synced 2026-06-05 23:30:18 +00:00
Switching to HTTPS connections by default
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ Enjoy.
|
||||
|
||||
import requests
|
||||
|
||||
DEFAULT_STATHAT_URL = 'http://api.stathat.com'
|
||||
DEFAULT_STATHAT_URL = 'https://api.stathat.com'
|
||||
|
||||
|
||||
class StatHat(object):
|
||||
|
||||
Reference in New Issue
Block a user