2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-16 00:12:48 +00:00
This commit is contained in:
quadrismegistus 2020-09-06 19:26:39 +01:00
parent e687c15afd
commit 0e8dd53b43

View File

@ -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))