Show json for recipients

master
Bob Mottram 2019-08-19 09:58:04 +01:00
parent 8e3f5fd72c
commit f71dabcbb0
1 changed files with 1 additions and 0 deletions

View File

@ -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: