Skip to content

Commit

Permalink
see previous
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Laferla committed Jul 7, 2023
1 parent 954474c commit 265e98c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions monitoring_weekly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 265e98c

Please sign in to comment.