mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-07 10:53:26 +03:00
companion: commented-out example of requests/http debug logging
This commit is contained in:
parent
2686500d65
commit
5c7aa4dfa9
@ -341,6 +341,13 @@ class Auth(object):
|
|||||||
'redirect_uri': protocolhandler.redirect,
|
'redirect_uri': protocolhandler.redirect,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# import http.client as http_client
|
||||||
|
# http_client.HTTPConnection.debuglevel = 1
|
||||||
|
# import logging
|
||||||
|
# requests_log = logging.getLogger("requests.packages.urllib3")
|
||||||
|
# requests_log.setLevel(logging.DEBUG)
|
||||||
|
# requests_log.propagate = True
|
||||||
|
|
||||||
r = self.session.post(SERVER_AUTH + URL_TOKEN, data=request_data, timeout=auth_timeout)
|
r = self.session.post(SERVER_AUTH + URL_TOKEN, data=request_data, timeout=auth_timeout)
|
||||||
data = r.json()
|
data = r.json()
|
||||||
if r.status_code == requests.codes.ok:
|
if r.status_code == requests.codes.ok:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user