mirror of https://gitlab.com/bashrc2/epicyon
Fix search
parent
ef89dda935
commit
d056f14ed6
|
@ -1589,7 +1589,8 @@ def htmlProfileAfterSearch(baseDir: str,path: str,httpPrefix: str, \
|
||||||
|
|
||||||
result = []
|
result = []
|
||||||
i = 0
|
i = 0
|
||||||
for item in parseUserFeed(session,outboxUrl,asHeader):
|
for item in parseUserFeed(session,outboxUrl,asHeader, \
|
||||||
|
projectVersion,httpPrefix,domain):
|
||||||
if not item.get('type'):
|
if not item.get('type'):
|
||||||
continue
|
continue
|
||||||
if item['type']!='Create' and item['type']!='Announce':
|
if item['type']!='Create' and item['type']!='Announce':
|
||||||
|
|
Loading…
Reference in New Issue