From f71dabcbb0428bdd007bb34d788255e2393a0134 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 19 Aug 2019 09:58:04 +0100 Subject: [PATCH] Show json for recipients --- posts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posts.py b/posts.py index 443e91b4c..6ad8788cf 100644 --- a/posts.py +++ b/posts.py @@ -1340,6 +1340,7 @@ def sendToNamedAddresses(session,baseDir: str, \ continue if isinstance(recipientsObject[rType], list): if debug: + pprint(recipientsObject) print('recipientsObject: '+str(recipientsObject[rType])) for address in recipientsObject[rType]: if not address: