atlantis-dsf

Results 1 comments of atlantis-dsf

You can generally turn on logging by the requests module like this ```python import logging from http.client import HTTPConnection def debug_requests_on(): """Switches on logging of the requests module.""" HTTPConnection.debuglevel =...