From 0d51133942bd86b94dd0b347d780b1275bfa4c45 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 16 Sep 2019 12:45:04 +0100 Subject: [PATCH] Convert to string --- posts.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/posts.py b/posts.py index 0c27101df..3e6e9001a 100644 --- a/posts.py +++ b/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