2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-19 15:25:34 +00:00
This commit is contained in:
quadrismegistus 2020-09-07 19:09:09 +01:00
parent 6907fbc3c7
commit 4915797ade

View File

@ -125,11 +125,10 @@ class Operator(Keymaker):
return return
def decrypt_incoming(self, def decrypt_incoming(self,data):
json_phone={},
json_caller={}):
# step 1 split: # step 1 split:
data_unencr,data_encr_by_phone,data_encr_by_caller = data.split(BSEP) print('!?!?!?',type(data),data)
unencr_header,data_encr_by_phone,data_encr_by_caller = data.split(BSEP)
data_unencr_by_phone,data_unencr_by_caller = None,None data_unencr_by_phone,data_unencr_by_caller = None,None
# set up # set up