Log download fix

This commit is contained in:
VakarisZ 2019-10-25 18:11:21 +03:00
parent 1d666e525d
commit 6e2f1f0d76
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class LogService:
return \
{
'monkey_label': monkey_label,
'log': log_file.read(),
'log': log_file.read().decode(),
'timestamp': log['timestamp']
}