Always print

master
Bob Mottram 2019-09-01 20:54:02 +01:00
parent 9aa4837775
commit b9310ed9ff
1 changed files with 1 additions and 2 deletions

View File

@ -219,8 +219,7 @@ def savePostToInboxQueue(baseDir: str,httpPrefix: str, \
if postJsonObject['object'].get('content'): if postJsonObject['object'].get('content'):
if isinstance(postJsonObject['object']['content'], str): if isinstance(postJsonObject['object']['content'], str):
if isFiltered(baseDir,nickname,domain,postJsonObject['object']['content']): if isFiltered(baseDir,nickname,domain,postJsonObject['object']['content']):
if debug: print('WARN: post was filtered out due to content')
print('DEBUG: post was filtered out due to content')
return None return None
originalPostId=None originalPostId=None
if postJsonObject.get('id'): if postJsonObject.get('id'):