Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bbirney committed May 14, 2024
1 parent 0cc0879 commit 7c3a5b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def upsert_data(cursor, data):
def send_email(html_content, subject):
# Prepare to send the email
emailAddress = os.getenv('PROBABLES_EMAIL_ADDRESS')

print(f"send email to {emailAddress}")
# Register your OAuth credentials (only needed once)
yag = yagmail.SMTP(emailAddress, oauth2_file="credentials.json")

Expand Down
Binary file modified game_data.db
Binary file not shown.

0 comments on commit 7c3a5b1

Please sign in to comment.