From 9ba51ae06bf81b2d156a0820d5a949851a492bc5 Mon Sep 17 00:00:00 2001 From: prahul11 Date: Mon, 16 Oct 2023 10:02:49 +0530 Subject: [PATCH] hg --- naukri/search_india.py | 1 + 1 file changed, 1 insertion(+) diff --git a/naukri/search_india.py b/naukri/search_india.py index 173fd64..cb22668 100644 --- a/naukri/search_india.py +++ b/naukri/search_india.py @@ -95,6 +95,7 @@ class NaukriJobScraper: if response.status_code != 200: print(response.status_code) print(response.reason) + print(response.text) print(f"Error with page {start_page} for industry {industry_name}") with open(self.error_file_path, "a") as file: file.write(f"Error with page {start_page} for industry {industry_name}\n")