Skip to content

Commit

Permalink
added more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Laferla committed Aug 22, 2023
1 parent 08a65c3 commit 5d14945
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion monitoring_weekly/weekly_autolinker_100_links_audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 1 addition & 1 deletion monitoring_weekly/weekly_insights_brand_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 1 addition & 1 deletion monitoring_weekly/weekly_new_brand_combos.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 1 addition & 1 deletion monitoring_weekly/weekly_new_store_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 1 addition & 1 deletion monitoring_weekly/weekly_sama_reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 5d14945

Please sign in to comment.