We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d7a01 commit f46e022Copy full SHA for f46e022
scraper.py
@@ -271,9 +271,7 @@ def _load_sheet(self) -> dict:
271
details["population"]["female"]["allowed"] = True
272
else:
273
details["population"]["male"]["allowed"] = True
274
- details["facility_type"] = {
275
- "id": row["Type Detailed"],
276
- }
+ details["facility_type"] = {"id": row["Type Detailed"]}
277
ft_details = ice_facility_types.get(row["Type Detailed"], {})
278
if ft_details:
279
details["facility_type"]["description"] = ft_details["description"]
0 commit comments