mirror of https://gitlab.com/bashrc2/epicyon
Abandon
parent
57e3a7b6e8
commit
56ba0f28d7
8
posts.py
8
posts.py
|
@ -218,10 +218,10 @@ def getPersonBox(baseDir: str, session, wfRequest: {},
|
|||
'Accept': 'application/activity+json; profile="' + profileStr + '"'
|
||||
}
|
||||
if not wfRequest.get('errors'):
|
||||
if len(wfRequest.items()) == 1:
|
||||
for wfkey, wf in wfRequest.items():
|
||||
wfRequest = wf
|
||||
print('wfRequest changed to ' + str(wfRequest))
|
||||
# if len(wfRequest.items()) == 1:
|
||||
# for wfkey, wf in wfRequest.items():
|
||||
# wfRequest = wf
|
||||
# print('wfRequest changed to ' + str(wfRequest))
|
||||
personUrl = getUserUrl(wfRequest, sourceId)
|
||||
else:
|
||||
if nickname == 'dev':
|
||||
|
|
Loading…
Reference in New Issue