mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
1761c24bed
commit
0ec2c45b50
3
posts.py
3
posts.py
|
@ -862,8 +862,7 @@ def _getPostsForBlockedDomains(baseDir: str,
|
||||||
if not tagItem.get('type'):
|
if not tagItem.get('type'):
|
||||||
continue
|
continue
|
||||||
tagType = tagItem['type'].lower()
|
tagType = tagItem['type'].lower()
|
||||||
if tagType == 'mention':
|
if tagType == 'mention' and tagItem.get('href'):
|
||||||
if tagItem.get('href'):
|
|
||||||
postDomain, postPort = \
|
postDomain, postPort = \
|
||||||
getDomainFromActor(tagItem['href'])
|
getDomainFromActor(tagItem['href'])
|
||||||
if isBlockedDomain(baseDir, postDomain):
|
if isBlockedDomain(baseDir, postDomain):
|
||||||
|
|
Loading…
Reference in New Issue