mirror of https://gitlab.com/bashrc2/epicyon
Name the actor
parent
fe912d3655
commit
7a91b9b71a
2
posts.py
2
posts.py
|
@ -259,7 +259,7 @@ def getPersonBox(baseDir: str, session, wfRequest: {},
|
||||||
personJson = getJson(session, personUrl, asHeader, None,
|
personJson = getJson(session, personUrl, asHeader, None,
|
||||||
debug, projectVersion, httpPrefix, domain)
|
debug, projectVersion, httpPrefix, domain)
|
||||||
if not personJson:
|
if not personJson:
|
||||||
print('Unable to get actor')
|
print('Unable to get actor for ' + personUrl)
|
||||||
return None, None, None, None, None, None, None
|
return None, None, None, None, None, None, None
|
||||||
boxJson = None
|
boxJson = None
|
||||||
if not personJson.get(boxName):
|
if not personJson.get(boxName):
|
||||||
|
|
Loading…
Reference in New Issue