Less indentation

main
Bob Mottram 2021-10-27 20:38:35 +01:00
parent 1761c24bed
commit 0ec2c45b50
1 changed files with 13 additions and 14 deletions

View File

@ -862,8 +862,7 @@ def _getPostsForBlockedDomains(baseDir: str,
if not tagItem.get('type'):
continue
tagType = tagItem['type'].lower()
if tagType == 'mention':
if tagItem.get('href'):
if tagType == 'mention' and tagItem.get('href'):
postDomain, postPort = \
getDomainFromActor(tagItem['href'])
if isBlockedDomain(baseDir, postDomain):