2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-17 21:25:37 +00:00
This commit is contained in:
quadrismegistus 2020-09-06 19:06:28 +01:00
parent ef7e742218
commit 4555840e03

View File

@ -79,6 +79,7 @@ class Crypt(Logger):
v_b=self.package_val(v)
self.log(f'set({prefix}{k},\n\t{k_b}\n\t\n\t{v_b}\n)\n')
# stop
stop
return self.store.put(k_b,v_b)