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-07 06:55:10 +01:00
parent eb8b169d2b
commit 3a055e7ed3

View File

@ -168,7 +168,7 @@ def init_operators():
print('OPERATOR_KEYCHAIN =',op_decr_keys)
print()
print('TELEPHONE_KEYCHAIN =',phone_decr_keys)
stop
# stop
# stringify
for k,v in phone_decr_keys.items():
@ -178,6 +178,11 @@ def init_operators():
v_s = b64encode(v).decode('utf-8')
op_decr_keys[k]=v_s
print('\n'*5)
print('OPERATOR_KEYCHAIN =',op_decr_keys)
print()
print('TELEPHONE_KEYCHAIN =',phone_decr_keys)
stoppwppepe
# print('total_d',total_d)
builtin_keychains = {OPERATOR_NAME:op_decr_keys, TELEPHONE_NAME:phone_decr_keys}