2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00

komrade update!

This commit is contained in:
quadrismegistus 2020-09-17 15:44:59 +01:00
parent 91fe620171
commit 47f5ab71f3

View File

@ -24,7 +24,7 @@ class Crypt(Logger):
fn=None,
use_secret=CRYPT_USE_SECRET,
path_secret=PATH_CRYPT_SECRET,
encrypt_values=True,
encrypt_values=False,
encryptor_func=lambda x: x,
decryptor_func=lambda x: x):