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 18:47:20 +01:00
parent 313f029f32
commit f2fc1cb3aa

View File

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