mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-16 00:12:48 +00:00
updates
This commit is contained in:
parent
e687c15afd
commit
0e8dd53b43
@ -90,7 +90,7 @@ class Crypt(Logger):
|
||||
# stop
|
||||
# stop
|
||||
|
||||
return self.store.put(k_b,v_b)
|
||||
return self.store.put(k_b_hash,v_b)
|
||||
|
||||
def exists(self,k,prefix=''):
|
||||
return bool(self.get(k,prefix=prefix))
|
||||
|
Loading…
Reference in New Issue
Block a user