From 5179a87198251bec61846dee70589a64ec50a3fa Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 23 Sep 2019 21:16:59 +0100 Subject: [PATCH] else --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index eaf15d5f2..613bdccf2 100644 --- a/posts.py +++ b/posts.py @@ -1852,7 +1852,7 @@ def createBoxBase(baseDir: str,boxname: str, \ if boxname=='dm': if '#Public' in postStr or '/followers' in postStr: isPost=False - if boxname=='replies': + elif boxname=='replies': if boxActor not in postStr: isPost=False