Convert to string

alt-html-css
Bob Mottram 2020-12-17 21:37:43 +00:00
parent b3ab3b3998
commit f17c601c88
1 changed files with 1 additions and 1 deletions

View File

@ -4528,7 +4528,7 @@ class PubServer(BaseHTTPRequestHandler):
'cc': [actorJson['id'] + '/followers'],
'object': actorJson
}
print('Sending actor update: ' + updateActorJson)
print('Sending actor update: ' + str(updateActorJson))
self._postToOutbox(updateActorJson,
__version__, nickname)