This commit is contained in:
SpudGunMan
2024-07-10 20:58:50 -07:00
parent d196ee7189
commit ba504621e5
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ def get_tide(lat=0, lon=0):
return ERROR_FETCHING_DATA
if station_id is None:
return "no tide station found"
return "no station found"
station_id = station_json['stationList'][0]['stationId']