You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code does not work and also if the caller has already called urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) it prevents that from working either:
if ssl_verify is False:
warnings.simplefilter("default", category=InsecureRequestWarning)
Removing that code from the Controller constructor allows disable_warnings() to do its job again and actually disable the warning.
This code does not work and also if the caller has already called
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
it prevents that from working either:Removing that code from the Controller constructor allows disable_warnings() to do its job again and actually disable the warning.
pyunifi current git version as of today.
The text was updated successfully, but these errors were encountered: