Skip to content

Commit

Permalink
Fix program type info from new link
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed Dec 20, 2024
1 parent 7358290 commit 5e87c79
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 5e87c79

Please sign in to comment.