Change uri debug example

This commit is contained in:
James Meickle 2015-06-29 13:23:03 -04:00
parent 6288d44581
commit 73390f8ecc

View file

@ -269,7 +269,7 @@ def url_filename(url):
def uri(module, url, dest, user, password, body, body_format, method, headers, redirects, socket_timeout, validate_certs):
# To debug
#httplib2.debug = 4
#httplib2.debuglevel = 4
# Handle Redirects
if redirects == "all" or redirects == "yes":