Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Laferla committed Jul 3, 2023
1 parent 92760ff commit d2a8a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring_weekly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def main(mytimer: func.TimerRequest) -> None:
#run_script('weekly_autolinker_100_links_audit')
#run_script('weekly_insights_brand_monitoring')
#run_script('weekly_new_brand_combos')
#run_script('weekly_new_store_monitoring')
run_script('weekly_new_store_monitoring')


def run_script(script_name):
script_path = os.path.join(os.path.dirname(__file__), f'{script_name}.py')
Expand Down

0 comments on commit d2a8a1d

Please sign in to comment.