Change uri debug example

This commit is contained in:
James Meickle 2015-06-29 13:23:03 -04:00 committed by Matt Clay
parent c0190b0443
commit 8197d7e640

View file

@ -268,7 +268,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":