Commit 457d2fdd authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: encode json string to use UTF-8

parent b4934b3f
...@@ -44,7 +44,7 @@ else: ...@@ -44,7 +44,7 @@ else:
return {} return {}
return { return {
'username': username, 'username': username.encode(),
'password': password, 'password': password.encode(),
'url': url 'url': url.encode()
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment