iMicknl / python-sagemcom-api

(Unofficial) Python wrapper to interact with SagemCom F@st routers via internal API's.
MIT License
95 stars 39 forks source link

Add possibility in example to ignore cert errors and fix the verify_ssl assignment in code #353

Closed bunnis closed 1 month ago

bunnis commented 2 months ago

This addresses #298, adding it explicitly to the example and making it easier for new users to toggle it. Additionally, the TCPConnector assignment was broken, and this was fixed too.

bunnis commented 1 month ago

Could you let me know how I do that?

iMicknl commented 1 month ago

Could you let me know how I do that?

If you use the devcontainer, it should be there by default where you commit. Otherwise you can run pre-commit run --all-files. I fixed them for you :).

bunnis commented 1 month ago

Great thank you, sorry for that, I don't really know much about these tools