Skip to content

Commit c83c7ad

Browse files
author
proxycrawl
committed
Don't replace body in json response
1 parent 9e8d24e commit c83c7ad

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

proxycrawl/proxycrawl_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@ def parseJsonResponse(self):
7272
self.response['headers']['original_status'] = str(parsed_json['original_status'])
7373
self.response['headers']['pc_status'] = str(parsed_json['pc_status'])
7474
self.response['headers']['url'] = parsed_json['url']
75-
self.response['body'] = parsed_json['body']

0 commit comments

Comments
 (0)