mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-23 01:46:14 +00:00
enable verify cert if no proxy
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ class Otp:
|
||||
},
|
||||
params=param,
|
||||
proxies=proxies,
|
||||
verify=False
|
||||
verify=proxies is None
|
||||
).text
|
||||
try:
|
||||
raw_xml = raw_xml[raw_xml.index("?>") + 2:]
|
||||
|
||||
Reference in New Issue
Block a user