mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-19 15:25:34 +00:00
updates
This commit is contained in:
parent
6907fbc3c7
commit
4915797ade
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user