prahul11 2023-10-15 02:35:56 +05:30
parent 8b3fdbbf71
commit 8119314873
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def run_india_scraper():
upload_file_to_bucket(india_detail_file, f"Compete_1_India_{today_date}.csv" ) upload_file_to_bucket(india_detail_file, f"Compete_1_India_{today_date}.csv" )
def run_gulf_scraper(): def run_gulf_scraper():
gulfSearch() # gulfSearch()
folder_path = "gulf_data/daily_search_results/" folder_path = "gulf_data/daily_search_results/"
search_pattern = "search_result_gulf_*.csv" search_pattern = "search_result_gulf_*.csv"
# last_file = find_second_latest_file(folder_path, search_pattern) # last_file = find_second_latest_file(folder_path, search_pattern)