From 6271f47563449b0edfd271ccf6e5a919b8d569dc Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Wed, 24 Oct 2018 18:01:42 +0200 Subject: [PATCH] ... --- test/sync_handshake.py | 1 + 1 file changed, 1 insertion(+) 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