Skip to content

Commit

Permalink
Merge pull request #1665 from bhilbert4/fix-proposal-type-info
Browse files Browse the repository at this point in the history
Fix program type info from new link
  • Loading branch information
mfixstsci authored Dec 21, 2024
2 parents 7358290 + 5e87c79 commit 5f38220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwql/website/apps/jwql/data_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,7 @@ def text_scrape(prop_id):

links = html.findAll('a')

proposal_type = links[0].contents[0]
proposal_type = links[3].contents[0]

program_meta['prop_type'] = proposal_type

Expand Down

0 comments on commit 5f38220

Please sign in to comment.