mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
73fd00ad92
commit
49e4985a90
|
@ -1047,6 +1047,7 @@ def individualPostAsHtml(baseDir: str, \
|
||||||
if not announcedJson.get('type'):
|
if not announcedJson.get('type'):
|
||||||
return ''
|
return ''
|
||||||
if announcedJson['type']!='Note':
|
if announcedJson['type']!='Note':
|
||||||
|
pprint(announcedJson)
|
||||||
return ''
|
return ''
|
||||||
# wrap in create to be consistent with other posts
|
# wrap in create to be consistent with other posts
|
||||||
announcedJson= \
|
announcedJson= \
|
||||||
|
|
Loading…
Reference in New Issue