forked from indymedia/epicyon
Convert to string
parent
91534ba302
commit
0d51133942
6
posts.py
6
posts.py
|
@ -1233,9 +1233,9 @@ def sendSignedJson(postJsonObject: {},session,baseDir: str, \
|
||||||
if not capabilityAcquisition:
|
if not capabilityAcquisition:
|
||||||
return 2
|
return 2
|
||||||
else:
|
else:
|
||||||
print("inboxUrl: "+inboxUrl)
|
print("inboxUrl: "+str(inboxUrl))
|
||||||
print("toPersonId: "+toPersonId)
|
print("toPersonId: "+str(toPersonId))
|
||||||
print("sharedInboxUrl: "+sharedInboxUrl)
|
print("sharedInboxUrl: "+str(sharedInboxUrl))
|
||||||
if inboxUrl.endswith('/actor/inbox'):
|
if inboxUrl.endswith('/actor/inbox'):
|
||||||
inboxUrl=sharedInboxUrl
|
inboxUrl=sharedInboxUrl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue