do not tell user about disabling of urllib3 warnings
This commit is contained in:
parent
a86f71b90b
commit
e442342bf9
1 changed files with 2 additions and 1 deletions
|
|
@ -177,7 +177,8 @@ class Browser(object):
|
||||||
try:
|
try:
|
||||||
urllib3.disable_warnings()
|
urllib3.disable_warnings()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
self.logger.warning('Urllib3 is too old, warnings won\'t be disable')
|
# urllib3 is too old, warnings won't be disable
|
||||||
|
pass
|
||||||
|
|
||||||
# defines a max_retries. It's mandatory in case a server is not
|
# defines a max_retries. It's mandatory in case a server is not
|
||||||
# handling keep alive correctly, like the proxy burp
|
# handling keep alive correctly, like the proxy burp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue