Indentation

master
Bob Mottram 2019-09-09 14:23:21 +01:00
parent 2dbd187031
commit ff884132ce
1 changed files with 1 additions and 1 deletions

View File

@ -1476,7 +1476,7 @@ def individualPostAsHtml(translate: {}, \
if not announcedJson.get('type'): if not announcedJson.get('type'):
rejectAnnounce(announceFilename) rejectAnnounce(announceFilename)
pprint(announcedJson) pprint(announcedJson)
return '' return ''
if announcedJson['type']!='Note': if announcedJson['type']!='Note':
rejectAnnounce(announceFilename) rejectAnnounce(announceFilename)
pprint(announcedJson) pprint(announcedJson)