diff --git a/common_task.py b/common_task.py index ba2be31..b3d2015 100644 --- a/common_task.py +++ b/common_task.py @@ -113,7 +113,7 @@ def run_india_scraper(): upload_file_to_bucket(india_detail_file, f"Compete_1_India_{today_date}.csv" ) def run_gulf_scraper(): - gulfSearch() + # gulfSearch() folder_path = "gulf_data/daily_search_results/" search_pattern = "search_result_gulf_*.csv" # last_file = find_second_latest_file(folder_path, search_pattern)