From 5d14945192318a0e5ce948ba4e3a85883ce588c9 Mon Sep 17 00:00:00 2001 From: Mitchell Laferla Date: Tue, 22 Aug 2023 10:22:11 -0700 Subject: [PATCH] added more testing --- monitoring_weekly/weekly_autolinker_100_links_audit.py | 2 +- monitoring_weekly/weekly_insights_brand_monitoring.py | 2 +- monitoring_weekly/weekly_new_brand_combos.py | 2 +- monitoring_weekly/weekly_new_store_monitoring.py | 2 +- monitoring_weekly/weekly_sama_reporting.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/monitoring_weekly/weekly_autolinker_100_links_audit.py b/monitoring_weekly/weekly_autolinker_100_links_audit.py index 31b7bb0..da228ed 100644 --- a/monitoring_weekly/weekly_autolinker_100_links_audit.py +++ b/monitoring_weekly/weekly_autolinker_100_links_audit.py @@ -82,7 +82,7 @@ recipients=['mlaferla@headset.io'], html=msgHtml, from_email='analytics-monitor@headset.io', - subject="Autolinker 100 link audit", + subject="Autolinker 100 link audit (from azure)", attachments=[ { "name": filename.split('\\')[-1], diff --git a/monitoring_weekly/weekly_insights_brand_monitoring.py b/monitoring_weekly/weekly_insights_brand_monitoring.py index 26565d2..0ff00a6 100644 --- a/monitoring_weekly/weekly_insights_brand_monitoring.py +++ b/monitoring_weekly/weekly_insights_brand_monitoring.py @@ -196,7 +196,7 @@ recipients=['mlaferla@headset.io'], html=msgHtml, from_email='analytics-monitor@headset.io', - subject="Insights Brand Monitoring", + subject="Insights Brand Monitoring (from azure)", attachments=[ { "name": filename.split('\\')[-1], diff --git a/monitoring_weekly/weekly_new_brand_combos.py b/monitoring_weekly/weekly_new_brand_combos.py index 0004cba..2a0c8cc 100644 --- a/monitoring_weekly/weekly_new_brand_combos.py +++ b/monitoring_weekly/weekly_new_brand_combos.py @@ -133,7 +133,7 @@ recipients=['mlaferla@headset.io'], html=msgHtml, from_email='analytics-monitor@headset.io', - subject="New Brand Combos", + subject="New Brand Combos (from azure)", attachments=[ { "name": filename_c.split('\\')[-1], diff --git a/monitoring_weekly/weekly_new_store_monitoring.py b/monitoring_weekly/weekly_new_store_monitoring.py index f974002..73cbc3a 100644 --- a/monitoring_weekly/weekly_new_store_monitoring.py +++ b/monitoring_weekly/weekly_new_store_monitoring.py @@ -130,7 +130,7 @@ recipients=['mlaferla@headset.io'], html=msgHtml, from_email='analytics-monitor@headset.io', - subject="New Store Monitoring", + subject="New Store Monitoring (from azure)", attachments=[ { "name": filename.split('\\')[-1], diff --git a/monitoring_weekly/weekly_sama_reporting.py b/monitoring_weekly/weekly_sama_reporting.py index 4d59960..1e2baa2 100644 --- a/monitoring_weekly/weekly_sama_reporting.py +++ b/monitoring_weekly/weekly_sama_reporting.py @@ -129,7 +129,7 @@ recipients=['mlaferla@headset.io'], html='Please find the Headset team\'s unlinks and flagged products attached. Reach out to cooper@headset.io with issues or questions.', from_email='analytics-monitor@headset.io', - subject='Headset Weekly Flag and Unlink Export', + subject='Headset Weekly Flag and Unlink Export (from azure)', attachments=[ { "name": filename_1.split('\\')[-1],