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 + '"'
|
'Accept': 'application/activity+json; profile="' + profileStr + '"'
|
||||||
}
|
}
|
||||||
if not wfRequest.get('errors'):
|
if not wfRequest.get('errors'):
|
||||||
if len(wfRequest.items()) == 1:
|
# if len(wfRequest.items()) == 1:
|
||||||
for wfkey, wf in wfRequest.items():
|
# for wfkey, wf in wfRequest.items():
|
||||||
wfRequest = wf
|
# wfRequest = wf
|
||||||
print('wfRequest changed to ' + str(wfRequest))
|
# print('wfRequest changed to ' + str(wfRequest))
|
||||||
personUrl = getUserUrl(wfRequest, sourceId)
|
personUrl = getUserUrl(wfRequest, sourceId)
|
||||||
else:
|
else:
|
||||||
if nickname == 'dev':
|
if nickname == 'dev':
|
||||||
|
|
Loading…
Reference in New Issue