Skip to content

Commit

Permalink
Update email_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlzhou committed May 27, 2023
1 parent 35c42dd commit 620ee67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/email_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

params = {'API_KEY': os.environ['API_KEY']}
if os.environ['FLASK_DEBUG'] == 'True':
requests.post('http://localhost:5000/api/remind/', params=params)
requests.post('http://localhost:5000/api/testing/', params=params)
else:
requests.post('https://www.eabsentee.org/api/remind/', params=params)
requests.post('https://www.eabsentee.org/api/testing/', params=params)

0 comments on commit 620ee67

Please sign in to comment.