Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-a8236dc89ffc01d0003aeac19904866c
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia authored Dec 20, 2024
2 parents bb12b6d + d903838 commit 45f027b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harvester/harvest.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def send_notification_emails(self, results: dict) -> None:

msg = MIMEMultipart()
msg["From"] = SMTP_CONFIG["default_sender"]
msg["Reply-To"] = "no-reply@gsa.gov"
msg["Reply-To"] = "datagov-noreply@gsa.gov"
msg["Subject"] = subject
msg.attach(MIMEText(body, "plain"))

Expand Down

1 comment on commit 45f027b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 💤 0 ❌ 0 🔥 6.452s ⏱️

Please sign in to comment.