Skip to content

Commit

Permalink
Merge pull request johnwheeler#260 from daghan/master
Browse files Browse the repository at this point in the history
updating the NOAA endpoint with HTTPS
  • Loading branch information
johnwheeler authored Sep 6, 2020
2 parents 2ffef06 + c21229f commit 8654a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/tidepooler/tidepooler.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from flask_ask import Ask, request, session, question, statement


ENDPOINT = "http://tidesandcurrents.noaa.gov/api/datagetter"
ENDPOINT = "https://tidesandcurrents.noaa.gov/api/datagetter"
SESSION_CITY = "city"
SESSION_DATE = "date"

Expand Down

0 comments on commit 8654a63

Please sign in to comment.