2 parents 8b2e3f4 + c2d916f commit 8e3da3dCopy full SHA for 8e3da3d
1 file changed
github2/request.py
@@ -8,9 +8,9 @@
8
from cgi import parse_qs
9
from urllib import urlencode
10
11
-GITHUB_URL = "http://github.com"
+GITHUB_URL = "https://github.com"
12
13
-URL_PREFIX = "http://github.com/api/v2/json"
+URL_PREFIX = "https://github.com/api/v2/json"
14
15
class GithubError(Exception):
16
"""An error occured when making a request to the Github API."""
0 commit comments