Skip to content

Commit 8e3da3d

Browse files
committed
Merge branch 'master' of github.com:crispywalrus/python-github2
2 parents 8b2e3f4 + c2d916f commit 8e3da3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

github2/request.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
from cgi import parse_qs
99
from urllib import urlencode
1010

11-
GITHUB_URL = "http://github.com"
11+
GITHUB_URL = "https://github.com"
1212

13-
URL_PREFIX = "http://github.com/api/v2/json"
13+
URL_PREFIX = "https://github.com/api/v2/json"
1414

1515
class GithubError(Exception):
1616
"""An error occured when making a request to the Github API."""

0 commit comments

Comments
 (0)