forked from indymedia/epicyon
Convert to string
parent
b3ab3b3998
commit
f17c601c88
|
@ -4528,7 +4528,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
'cc': [actorJson['id'] + '/followers'],
|
'cc': [actorJson['id'] + '/followers'],
|
||||||
'object': actorJson
|
'object': actorJson
|
||||||
}
|
}
|
||||||
print('Sending actor update: ' + updateActorJson)
|
print('Sending actor update: ' + str(updateActorJson))
|
||||||
self._postToOutbox(updateActorJson,
|
self._postToOutbox(updateActorJson,
|
||||||
__version__, nickname)
|
__version__, nickname)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue