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)