Reverse logic

main2
Bob Mottram 2019-09-23 21:16:36 +01:00
parent bae658a1d7
commit 7bc44d10d3
1 changed files with 1 additions and 1 deletions

View File

@ -1853,7 +1853,7 @@ def createBoxBase(baseDir: str,boxname: str, \
if '#Public' in postStr or '/followers' in postStr:
isPost=False
if boxname=='replies':
if boxActor in postStr:
if boxActor not in postStr:
isPost=False
if isPost: