listen to the www

This commit is contained in:
gauthiier
2015-07-10 14:38:21 +02:00
parent f3f051f19c
commit 386e8d9445
4 changed files with 119 additions and 99 deletions
+4 -1
View File
@@ -45,7 +45,10 @@ def format(e, b):
r['content'] = {}
r['content']['mime_type'] = e['response']['content']['mimeType']
r['content']['size'] = e['response']['content']['size']
r['content']['data'] = e['response']['content']['text']
if 'text' in e['response']['content']:
r['content']['data'] = e['response']['content']['text']
else:
r['content']['data'] = 'n/a'
# timings
r['timing'] = e['timings']