Browse Source

Encode logs. fix #496

pull/477/merge
Ruud 13 years ago
parent
commit
4a3d481e16
  1. 2
      couchpotato/core/plugins/log/main.py

2
couchpotato/core/plugins/log/main.py

@ -73,7 +73,7 @@ class Logging(Plugin):
return jsonified({ return jsonified({
'success': True, 'success': True,
'log': log, 'log': toUnicode(log),
'total': total, 'total': total,
}) })

Loading…
Cancel
Save