Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EndermanPC committed Feb 11, 2024
1 parent 85a4dc2 commit 5b8435f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def send_email(subject, from_email, to_email, content):
html_content=content)

try:
sg = SendGridAPIClient('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')
sg = SendGridAPIClient('API_KEY')
response = sg.send(message)
print(response.status_code)
print(response.body)
Expand Down Expand Up @@ -171,4 +171,4 @@ def verification(user_id, confirmation_code, confirm_value):
if open_button:
st.session_state.form_state = True



0 comments on commit 5b8435f

Please sign in to comment.