mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
Delete old class member browser_argsverify
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user