Skip to content

Commit

Permalink
Update review_nasal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CPalmer3200 authored Oct 24, 2023
1 parent 2113b44 commit 68eafb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion review_nasal.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def send_email(directory, project):

email_sender = 'automatedscrapingbot@gmail.com'
email_password = os.environ["SECRET_TOKEN"]
email_receiver = 'wl@destinypharma.com'
email_receiver = 'christopher.palmer32@gmail.com'

subject = f'Literature review ({project} {date})'
body = f'Please find attached the latest literature review for {project} ({date})'
Expand Down

0 comments on commit 68eafb1

Please sign in to comment.