This commit is contained in:
parent
122e246479
commit
34078d3e2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue