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: