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")