Update default value for github status URL (#691)

status.github.com has been deprecated, this updates the default URL
This commit is contained in:
Erik Johnson 2018-12-20 20:20:44 -06:00 committed by chestm007
parent 01ca308eaf
commit 9e3b45812c

View File

@ -17,7 +17,7 @@ except ImportError:
HAS_REQUESTS = False
API_METHODS_URL = 'https://status.github.com/api.json'
STATUS_URL = 'https://status.github.com'
STATUS_URL = 'https://www.githubstatus.com'
NOTIFICATIONS_URL = 'https://github.com/notifications'
ACCESS_TOKEN_AUTH_URL = 'https://api.github.com/notifications?access_token=%s'
BASIC_AUTH_URL = 'https://api.github.com/notifications'