diff --git a/test/sync_handshake.py b/test/sync_handshake.py index fb5ab4e..3d5aa4f 100644 --- a/test/sync_handshake.py +++ b/test/sync_handshake.py @@ -13,6 +13,7 @@ def messageToSend(msg): # this is assuming that msg is unencrypted; only true for beacons print("\n" + msg.attachments[0].decode()) + pEp.messageToSend = messageToSend