Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 1, 2023
1 parent 34a7163 commit 57278c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/wis2box/metadata/station.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def get_geometry(wsi: str = '') -> Union[dict, None]:
help='WIGOS station identifier')
@cli_helpers.OPTION_VERBOSITY
def get(ctx, wigos_station_identifier, verbosity):
"""Publishes collection of stations to API config and backend"""
"""Queries OSCAR/Surface for station information"""

client = OSCARClient(env='prod')

Expand Down

0 comments on commit 57278c6

Please sign in to comment.