From cd7ded743f10f944d714a19918c5e5033339a228 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 18 Jul 2019 12:01:53 +0000 Subject: [PATCH] Extra debug --- like.py | 1 + 1 file changed, 1 insertion(+) diff --git a/like.py b/like.py index ccc669af..f9cab144 100644 --- a/like.py +++ b/like.py @@ -103,6 +103,7 @@ def updateLikesCollection(postFilename: str,objectUrl: str, actor: str,debug: bo if debug: print('DEBUG: saving post with likes added') + pprint(postJsonObject) with open(postFilename, 'w') as fp: commentjson.dump(postJsonObject, fp, indent=4, sort_keys=True)