mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
846b1ebc0e
commit
f0ba118a46
|
@ -312,8 +312,8 @@ def htmlProfileAfterSearch(cssCache: {},
|
|||
item = newItem
|
||||
if not item.get('actor'):
|
||||
continue
|
||||
if not isAnnouncedFeedItem and \
|
||||
(item['actor'] != personUrl and item['type'] != 'Page'):
|
||||
if not isAnnouncedFeedItem:
|
||||
if item['actor'] != personUrl and item['type'] != 'Page':
|
||||
continue
|
||||
|
||||
profileStr += \
|
||||
|
|
Loading…
Reference in New Issue