mirror of https://gitlab.com/bashrc2/epicyon
Test with simplified actor
parent
ab61eb7d8d
commit
2f2523212c
|
@ -9905,6 +9905,13 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
'show profile posts')
|
'show profile posts')
|
||||||
else:
|
else:
|
||||||
if self._fetchAuthenticated():
|
if self._fetchAuthenticated():
|
||||||
|
# TODO this is a test
|
||||||
|
del actorJson['hasOccupation']
|
||||||
|
del actorJson['shares']
|
||||||
|
del actorJson['orgSchema']
|
||||||
|
del actorJson['availability']
|
||||||
|
del actorJson['occupationName']
|
||||||
|
del actorJson['tts']
|
||||||
msgStr = json.dumps(actorJson, ensure_ascii=False)
|
msgStr = json.dumps(actorJson, ensure_ascii=False)
|
||||||
msg = msgStr.encode('utf-8')
|
msg = msgStr.encode('utf-8')
|
||||||
msglen = len(msg)
|
msglen = len(msg)
|
||||||
|
|
Loading…
Reference in New Issue