starkillerOG / reolink_aio

Reolink NVR/camera API PyPI package
MIT License
65 stars 13 forks source link

Fix password hiding when password is an empty string #54

Closed nicolasbrailo closed 6 months ago

nicolasbrailo commented 7 months ago

The current password hiding mechanism breaks if the password is an empty string

starkillerOG commented 6 months ago

@nicolasbrailo thank you very much for this PR! I made some small changes to also hide the token: https://github.com/starkillerOG/reolink_aio/commit/636978bbeb17f7c3d2a4c5ecf400280501ed592e So I merged it as a seperate commit.

Sorry for taking so long to review!