mirror of
https://github.com/ProtoThis/python-synology.git
synced 2026-01-19 09:28:42 +00:00
* add parameter ssl_validation * add parameter ssl_validation * rename to verify_ssl * rename to verify_ssl * object property use_https not needed * black * VALID_SSL_VERIFICATION --> VALID_SSL_VERIFY * disable_warnings on urllib only if not verify_ssl * VALID_SSL_VERIFY --> VALID_VERIFY_SSL * VALID_SSL --> VALID_HTTPS * Add test * black again * Add test Co-authored-by: Quentin POLLET <polletquentin74@me.com>