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

This commit is contained in:
Nova Cat 2025-01-21 20:56:27 -08:00
parent afb9849f85
commit dde77a9c3d

View file

@ -23,6 +23,9 @@ class broker:
return False
else:
try:
print(e)
print(nick)
print(password)
print(e[0][2])
print(self.fnet.decrypt(bytes(e[0][2], "UTF-8")))
return e[0] if self.fnet.decrypt(bytes(e[0][2], "UTF-8")).decode() == password else False