Update locationdata.py

This commit is contained in:
SpudGunMan
2024-07-24 19:59:59 -07:00
parent 0dbd630ffd
commit e6caeecd35
+2
View File
@@ -48,6 +48,8 @@ def get_tide(lat=0, lon=0):
return ERROR_FETCHING_DATA
station_url = "https://tidesandcurrents.noaa.gov/noaatidepredictions.html?id=" + station_id
if zuluTime:
station_url += "&clock=24hour"
try:
station_data = requests.get(station_url, timeout=URL_TIMEOUT)