diff --git a/common_task.py b/common_task.py index 021143f..f957104 100644 --- a/common_task.py +++ b/common_task.py @@ -106,8 +106,10 @@ def run_india_scraper(): # print(f"Jobdata program took {duration_hours:.2f} hours to run.") # with open(f'india_data/daily_stats_folder/stats_file_of_{today_date}.txt', "a") as stat: # 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(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" ) def run_gulf_scraper():