Update modules/sqlite_local.py
All checks were successful
/ check (push) Successful in 5s

This commit is contained in:
Mohammed Qureshi (Nova Cat) 2025-06-13 21:40:47 -07:00
parent 122e246479
commit 34078d3e2a

View file

@ -39,7 +39,7 @@ class broker:
self.conn.commit()
else:
try:
hash = ph.verify(e[0][2])
hash = ph.verify(e[0][2], password)
except:
hash = False
return e[0] if hash else False