From ea660b5d9b3fdd8a9f498c9f0205da5677f08f61 Mon Sep 17 00:00:00 2001 From: prahul11 Date: Fri, 13 Oct 2023 21:26:50 +0530 Subject: [PATCH] jg --- common_task.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common_task.py b/common_task.py index 9ef6b70..57eff4e 100644 --- a/common_task.py +++ b/common_task.py @@ -86,8 +86,8 @@ def run_india_scraper(): # end_time = time.time() # duration_hours = (end_time - start_time) / 3600 # print(f"Search program took {duration_hours:.2f} hours to run.") - with open(india_search_stats_file, "a") as stat: - stat.write(f"Search program took {duration_hours:.2f} hours to run. \n") + # with open(india_search_stats_file, "a") as stat: + # stat.write(f"Search program took {duration_hours:.2f} hours to run. \n") folder_path = "india_data/daily_search_results/" search_pattern = "search_result_india_*.csv" last_file = find_second_latest_file(folder_path, search_pattern)