From faad98ce4236da003e3874f760f7f81882a6251f Mon Sep 17 00:00:00 2001 From: Mitchell Laferla Date: Mon, 3 Jul 2023 09:43:33 -0700 Subject: [PATCH] added to init file --- monitoring_weekly/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monitoring_weekly/__init__.py b/monitoring_weekly/__init__.py index e23e737..8b80925 100644 --- a/monitoring_weekly/__init__.py +++ b/monitoring_weekly/__init__.py @@ -19,7 +19,8 @@ def main(mytimer: func.TimerRequest) -> None: # call function with script name in folder that you wish to run. Do not include file extension ie: ".py" #run_script('weekly_sama_reporting') #run_script('weekly_autolinker_100_links_audit') - run_script('weekly_insights_brand_monitoring') + #run_script('weekly_insights_brand_monitoring') + run_script('weekly_new_brand_combos') def run_script(script_name):