From a91f7bbb75bf195eddd9e5c373d3a4fac17fe0f7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 6 Oct 2020 14:34:04 +0100 Subject: [PATCH] Continue if post is not located --- newswire.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newswire.py b/newswire.py index 7c8550af..0c055905 100644 --- a/newswire.py +++ b/newswire.py @@ -224,6 +224,7 @@ def updateNewswireModerationQueue(baseDir: str, handle: str, ctr += 1 if ctr >= maxBlogsPerAccount: break + continue moderationStatusFilename = fullPostFilename + '.moderate' moderationStatusStr = '' @@ -300,6 +301,7 @@ def addAccountBlogsToNewswire(baseDir: str, nickname: str, domain: str, ctr += 1 if ctr >= maxBlogsPerAccount: break + continue postJsonObject = None if fullPostFilename: