From 49e4985a90eb02e9fdbc6ccc635b92b0627ae38f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 20 Aug 2019 14:42:25 +0100 Subject: [PATCH] Debug --- webinterface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webinterface.py b/webinterface.py index 501212fd..16cb6574 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1047,6 +1047,7 @@ def individualPostAsHtml(baseDir: str, \ if not announcedJson.get('type'): return '' if announcedJson['type']!='Note': + pprint(announcedJson) return '' # wrap in create to be consistent with other posts announcedJson= \