forked from indymedia/epicyon
Typo
parent
7c232e59ae
commit
a0989f2958
|
@ -43,7 +43,7 @@ def getPersonAvatarUrl(personUrl: str,personCache: {}) -> str:
|
||||||
if personJson:
|
if personJson:
|
||||||
if personJson.get('icon'):
|
if personJson.get('icon'):
|
||||||
if personJson['icon'].get('url'):
|
if personJson['icon'].get('url'):
|
||||||
return prersonJson['icon']['url']
|
return personJson['icon']['url']
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def htmlSearchSharedItems(baseDir: str,searchStr: str,pageNumber: int,resultsPerPage: int,actor: str) -> str:
|
def htmlSearchSharedItems(baseDir: str,searchStr: str,pageNumber: int,resultsPerPage: int,actor: str) -> str:
|
||||||
|
|
Loading…
Reference in New Issue