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

This commit is contained in:
Mohammed Qureshi (Nova Cat) 2025-06-13 21:40:27 -07:00
parent 8384d82017
commit 122e246479

View file

@ -47,7 +47,7 @@ class broker:
self.cfexec("UPDATE nickserv SET hash=? WHERE user=?;", [temphash, nick])
else:
try:
hash = ph.verify(e[0]["hash"])
hash = ph.verify(e[0]["hash"], password)
except:
hash = False
return self.parse2sqlite(e[0]) if hash else False