From c5d89455fbba962b2e93cef89b6f1c7e84c6fce5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 4 Sep 2021 15:32:02 +0100 Subject: [PATCH] Debug --- inbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inbox.py b/inbox.py index eb4b50dce..1fc522f93 100644 --- a/inbox.py +++ b/inbox.py @@ -1541,6 +1541,7 @@ def _receiveAnnounce(recentPostsCache: {}, domainFull, personCache, signingPrivateKeyPem) if not postJsonObject: + print('WARN: unable to download announce: ' + str(messageJson)) notInOnion = True if onionDomain: if onionDomain in messageJson['object']: