Skip to content

Commit

Permalink
added to init file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Laferla committed Jul 3, 2023
1 parent 45edda4 commit faad98c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monitoring_weekly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit faad98c

Please sign in to comment.