2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-16 00:12:48 +00:00

finally! abolishing private key property

This commit is contained in:
quadrismegistus 2020-09-07 07:35:02 +01:00
parent 9a4c337615
commit abcfdf783f

View File

@ -96,8 +96,6 @@ class TheOperator(Operator):
if type(data_unencr_by_phone_json)== dict: if type(data_unencr_by_phone_json)== dict:
dict_merge(DATA, data_unencr_by_phone_json) dict_merge(DATA, data_unencr_by_phone_json)
self.log('DATA as of now 3!?',DATA)
stop3
if data_encr_by_caller and 'name' in data_unencr_by_phone: if data_encr_by_caller and 'name' in data_unencr_by_phone:
name=data_unencr_by_phone['name'] name=data_unencr_by_phone['name']