From 989e75d6c07bcb5443dab1568c9b24217f825f2c Mon Sep 17 00:00:00 2001 From: prahul11 Date: Sat, 14 Oct 2023 11:39:39 +0530 Subject: [PATCH] g --- common_task.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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():