From 265e98ce1d5ddbd61a36e2880827e95bf21ea08f Mon Sep 17 00:00:00 2001 From: Mitchell Laferla Date: Fri, 7 Jul 2023 12:46:15 -0700 Subject: [PATCH] see previous --- monitoring_weekly/__init__.py | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/monitoring_weekly/__init__.py b/monitoring_weekly/__init__.py index f4cf647..8862595 100644 --- a/monitoring_weekly/__init__.py +++ b/monitoring_weekly/__init__.py @@ -40,15 +40,17 @@ def run_script(script_name): # return exceptions # list of scripts running in function, if adding new script add to list. -file_list = ['weekly_sama_reporting.py', - 'weekly_autolinker_100_links_audit.py', - 'weekly_insights_brand_monitoring.py', - 'weekly_new_brand_combos.py', - 'weekly_new_store_monitoring.py'] +# file_list = ['weekly_sama_reporting.py', +# 'weekly_autolinker_100_links_audit.py', +# 'weekly_insights_brand_monitoring.py', +# 'weekly_new_brand_combos.py', +# 'weekly_new_store_monitoring.py'] #batch_execution(file_list) -for file in file_list: - run_script(file) - +run_script('weekly_sama_reporting.py') +run_script('weekly_autolinker_100_links_audit.py') +run_script('weekly_insights_brand_monitoring.py') +run_script('weekly_new_brand_combos.py') +run_script('weekly_new_store_monitoring.py')