Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/abdu558/searvey into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
abdu558 committed Jul 24, 2024
2 parents ab68380 + c04e89a commit 1f47ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searvey/_ndbc_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def fetch_ndbc_station(
)

if df.empty:
logger.warnings(f"No data avaliable for station {station_id}")
logger.warning(f"No data available for station {station_id}")
return df

except Exception as e:
Expand Down

0 comments on commit 1f47ffc

Please sign in to comment.