Delete old class member browser_argsverify

This commit is contained in:
Alessandro Romano
2018-09-19 15:22:49 +02:00
parent 36a647e6ea
commit f4d9de9f9c
-2
View File
@@ -698,8 +698,6 @@ class BaseSession(requests.Session):
self.hooks['response'].append(self.response_hook)
self.verify = verify
self.__browser_args = browser_argsverify
def response_hook(self, response, **kwargs) -> HTMLResponse:
""" Change response enconding and replace it by a HTMLResponse. """
if not response.encoding: