Skip to content

Commit 9d4c799

Browse files
authored
Remove unwated ref to datapoint API key
1 parent f0ed18e commit 9d4c799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cylc/flow/etc/tutorial/cylc-forecasting-workflow/bin/get-observations

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def main(site_id, api_key=None):
193193
site_id, dist = get_nearby_site(site_id, badsites)
194194

195195
if obs is None:
196-
print('No API key provided, falling back to archived data')
196+
print('Obs unavailable, falling back to archived data')
197197
data = get_archived_data(site_id, cycle_point)
198198
obs = extract_observations(data)
199199

0 commit comments

Comments
 (0)