2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-13 12:43:17 +01:00
parent 19a0332958
commit 2fe9461597

View File

@ -157,6 +157,7 @@ class Crypt(Logger):
except KeyError:
return None
v_b=self.unpackage_val(v)
self.log(f'Crypt.get(\n\t{k}\n\n\t{v_b}')
return v_b