Skip to content

Commit

Permalink
Update dermal_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CPalmer3200 authored Oct 30, 2023
1 parent b147ea5 commit 61dcb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dermal_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def main():
# Send the email and print confirmation
email_sender = bot_email
email_password = os.environ["SECRET_TOKEN"]
email_receiver = 'wrw@destinypharma.com'
email_receiver = 'christopher.palmer32@gmail.com'

send_email(formatted_email, email_sender, email_password, email_receiver, project)
print('High priority papers found - push email sent')
Expand Down

0 comments on commit 61dcb18

Please sign in to comment.