Encode logs. fix #496
This commit is contained in:
@@ -73,7 +73,7 @@ class Logging(Plugin):
|
||||
|
||||
return jsonified({
|
||||
'success': True,
|
||||
'log': log,
|
||||
'log': toUnicode(log),
|
||||
'total': total,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user