Skip to content

Commit

Permalink
adding test notes
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Sep 7, 2023
1 parent 5758040 commit 71515c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def get_station_data(station_name: Union[str, None] = Query(default=None), time_
ret_val: str = ''
status_code: int = 200

# example input - station name: 8651370, timemark: 2023-08-24T00:00:00, data_source: GFSFORECAST_WNAT_53K_V1.0
try:
# validate the input. nothing is optional
if station_name or time_mark or data_source:
Expand Down

0 comments on commit 71515c0

Please sign in to comment.