mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-17 21:25:37 +00:00
finally! abolishing private key property
This commit is contained in:
parent
5e0ea53970
commit
dc2d4a95ce
@ -260,20 +260,7 @@ def init_operators():
|
|||||||
|
|
||||||
print('store in app =',STORE_IN_APP)
|
print('store in app =',STORE_IN_APP)
|
||||||
print('store in web =',THIRD_PARTY_DICT)
|
print('store in web =',THIRD_PARTY_DICT)
|
||||||
exit()
|
print()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
for name in THIRD_PARTY_DICT:
|
|
||||||
THIRD_PARTY_DICT[name] = package_for_transmission(THIRD_PARTY_DICT[name])
|
|
||||||
print('THIRD_PARTY_DICT',name,THIRD_PARTY_DICT[name])
|
|
||||||
THIRD_PARTY_DICT=package_for_transmission(THIRD_PARTY_DICT)
|
|
||||||
|
|
||||||
|
|
||||||
# THIRD_PARTY_DICT[OPERATOR_NAME] = packa(THIRD_PARTY_DICT)
|
|
||||||
# STORE_IN_APP = package_for_transmission(STORE_IN_APP)
|
|
||||||
print('THIRD_PARTY_DICT',THIRD_PARTY_DICT)
|
|
||||||
|
|
||||||
with open(PATH_BUILTIN_KEYCHAIN,'wb') as of:
|
with open(PATH_BUILTIN_KEYCHAIN,'wb') as of:
|
||||||
of.write(THIRD_PARTY_DICT)
|
of.write(THIRD_PARTY_DICT)
|
||||||
@ -281,12 +268,6 @@ def init_operators():
|
|||||||
of.write(THIRD_PARTY_DICT)
|
of.write(THIRD_PARTY_DICT)
|
||||||
|
|
||||||
|
|
||||||
print('\n'*5)
|
|
||||||
print('OPERATOR_KEYCHAIN =',package_for_transmission(op_decr_keys))
|
|
||||||
print()
|
|
||||||
print('TELEPHONE_KEYCHAIN =',package_for_transmission(phone_decr_keys))
|
|
||||||
print()
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def test_op():
|
def test_op():
|
||||||
|
Loading…
Reference in New Issue
Block a user