Skip to content

Commit

Permalink
Merge branch 'master' into test_conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
eheinrich committed May 6, 2020
2 parents fa2f740 + 3956c92 commit b7b1b2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion observation_portal/common/rise_set_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ def get_rise_set_intervals_by_site(request: dict) -> dict:
Returns:
rise_set intervals by site
"""
site_details = configdb.get_sites_with_instrument_type_and_location()
site_details = configdb.get_sites_with_instrument_type_and_location(
instrument_type=request['configurations'][0]['instrument_type']
)
intervals_by_site = {}
for site in site_details:
intervals_by_site[site] = None
Expand Down

0 comments on commit b7b1b2c

Please sign in to comment.