Skip to content

Commit

Permalink
updating the NOAA endpoint with HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
daghan committed Jan 2, 2020
1 parent fe40764 commit c21229f
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 c21229f

Please sign in to comment.