AlessandroZ / LaZagne

Credentials recovery project
GNU Lesser General Public License v3.0
9.52k stars 2.04k forks source link

Fix condition never met #538

Closed Hackndo closed 3 years ago

Hackndo commented 3 years ago

The condition is never met, even if name and password exist.

image

Checking if elements are not equal to None makes it work.

Hackndo commented 3 years ago

Also tested on python 2.7

image

AlessandroZ commented 3 years ago

Cool thank you !