From bdb13540d2632fecab667eb4c83d1032ab9de2b9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 28 Jun 2020 12:12:38 +0100 Subject: [PATCH] Remove stray indentation --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 410de8340..65f160dde 100644 --- a/utils.py +++ b/utils.py @@ -951,7 +951,7 @@ def updateLikesCollection(recentPostsCache: {}, if debug: print('DEBUG: saving post with likes added') pprint(postJsonObject) - saveJson(postJsonObject, postFilename) + saveJson(postJsonObject, postFilename) def undoAnnounceCollectionEntry(recentPostsCache: {},