Skip to content
Snippets Groups Projects
Commit 8ba26421 authored by jkerdreu's avatar jkerdreu
Browse files

Fix UTF8

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2007 b32b6428-25c9-4566-ad07-03861ab6144f
parent e5aad49e
Branches
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ class MessageFactory(object):
result['version'] = msg.version
result['targets'] = json.dumps(msg.targets)
result['timestamp'] = msg.timestamp
# Format payload before ciphering
if msg.body:
buf = json.dumps({"header": msg.header, "body": msg.body})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment