Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bkatiemills committed Mar 28, 2024
1 parent 6c59725 commit 832c557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argovisHelpers/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def query(route, options={}, apikey='', apiroot='https://argovis-api.colorado.ed
ops['endDate'] = times[i+1]
increment = argofetch(route, options=ops, apikey=apikey, apiroot=apiroot, suggestedLatency=delay, verbose=verbose)
if isTimeseries and len(increment) > 0:
results = combine_dicts(results, increment[0], coerced_time)
results = combine_dicts(results, increment[0])
else:
results += increment[0]
delay = increment[1]
Expand Down

0 comments on commit 832c557

Please sign in to comment.