Skip to content

Commit 8f8a1eb

Browse files
committed
Removed host.content from json output
1 parent c3a9832 commit 8f8a1eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/helpers/output_helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def output_json(self, filename):
5454

5555
list[host.hostname] = {'Code': host.response_code,
5656
'Hash': host.hash,
57-
'Response': host.content,
5857
'Headers': headers}
5958
file.write_file(json.dumps(list))
6059

0 commit comments

Comments
 (0)