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:
|
||||
return 2
|
||||
else:
|
||||
print("inboxUrl: "+inboxUrl)
|
||||
print("toPersonId: "+toPersonId)
|
||||
print("sharedInboxUrl: "+sharedInboxUrl)
|
||||
print("inboxUrl: "+str(inboxUrl))
|
||||
print("toPersonId: "+str(toPersonId))
|
||||
print("sharedInboxUrl: "+str(sharedInboxUrl))
|
||||
if inboxUrl.endswith('/actor/inbox'):
|
||||
inboxUrl=sharedInboxUrl
|
||||
|
||||
|
|
Loading…
Reference in New Issue