Change uri debug example
This commit is contained in:
parent
6288d44581
commit
73390f8ecc
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
def uri(module, url, dest, user, password, body, body_format, method, headers, redirects, socket_timeout, validate_certs):
|
||||||
# To debug
|
# To debug
|
||||||
#httplib2.debug = 4
|
#httplib2.debuglevel = 4
|
||||||
|
|
||||||
# Handle Redirects
|
# Handle Redirects
|
||||||
if redirects == "all" or redirects == "yes":
|
if redirects == "all" or redirects == "yes":
|
||||||
|
|
Loading…
Reference in a new issue