Set verify default value to True

This commit is contained in:
Alessandro Romano
2018-09-21 15:17:57 +02:00
parent aca88e49f9
commit 4f4cfc0c1d
+1 -1
View File
@@ -688,7 +688,7 @@ class BaseSession(requests.Session):
amongst other things.
"""
def __init__(self, mock_browser : bool = True, verify : bool = False,
def __init__(self, mock_browser : bool = True, verify : bool = True,
browser_args : list = ['--no-sandbox']):
super().__init__()