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:54:50 -08:00
parent 28ca9b8ee2
commit afb9849f85

View file

@ -23,6 +23,7 @@ class broker:
return False
else:
try:
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
except: