Commit 50286b3d authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: encode json string to use UTF-8

parent 80803c62
......@@ -44,7 +44,7 @@ else:
return {}
return {
'username': username,
'password': password,
'url': url
'username': username.encode(),
'password': password.encode(),
'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