Skip to content

Commit

Permalink
Flip Oxygen | Internet
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Nov 18, 2021
1 parent 45e65a4 commit 933c49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper/src/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def model_hospital_status(state, row):
"hospital_type": clean_value(row[3]),
"site_space": clean_value(clean_value(row[36])),
"site_electrical": clean_value(clean_value(row[42])),
"site_internet": clean_value(clean_value(row[44])),
"site_oxygen": clean_value(clean_value(row[46])),
"site_internet": clean_value(clean_value(row[46])),
"site_oxygen": clean_value(clean_value(row[44])),
"site_ready": clean_value(clean_value(row[54])),
"equipment_ordered": clean_value(clean_value(row[57])),
"equipment_delivered": clean_value(clean_value(row[58])),
Expand Down

1 comment on commit 933c49a

@vercel
Copy link

@vercel vercel bot commented on 933c49a Nov 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.