2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00
This commit is contained in:
quadrismegistus 2020-09-13 09:56:28 +01:00
parent 3e38f2d027
commit 269fdc9bb4

View File

@ -51,7 +51,7 @@ class TheTelephone(Operator):
resp_msg_b = b64decode(resp_msg_b64)
self.log('resp_msg_b:',resp_msg_b)
resp_msg_d = pickle.loads(resp_msg_b)
self.log('unpickled:',resp_msg)
self.log('unpickled:',resp_msg_d)
# unseal
resp_msg_obj = Message(resp_msg) #self.unseal_msg(resp_msg_b)