diff --git a/common_task.py b/common_task.py index f957104..5e418c3 100644 --- a/common_task.py +++ b/common_task.py @@ -108,8 +108,7 @@ def run_india_scraper(): # stat.write(f"Jobdata program took {duration_hours:.2f} hours to run.\n") # upload_file_to_bucket(expired_output, f"expired_Compete_1_India_{today_date}.csv" ) # upload_file_to_bucket(india_detail_file, f"Compete_1_India_{today_date}.csv" ) - upload_file_to_bucket("india_data/daily_upload_folder/expired_Compete_1_India_13-10-2023.csv", f"expired_Compete_1_India_{today_date}.csv" ) - upload_file_to_bucket("Compete_1_India_13-10-2023.csv", f"Compete_1_India_{today_date}.csv" ) + upload_file_to_bucket("india_data/daily_upload_folder/Compete_1_India_13-10-2023.csv", f"Compete_1_India_{today_date}.csv" ) def run_gulf_scraper():