Skip to content

Commit

Permalink
Spelling mistakes that got fixed in new version of form
Browse files Browse the repository at this point in the history
  • Loading branch information
cityofcapetown-opm-bot committed Dec 11, 2024
1 parent cd66ea1 commit c4e0a60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cct_connector/ServiceAlertAugmenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@
"City Health": "#CityHealth",
}

AREA_TYPE_EXCLUSION_SET = {'Driving Licence Testing Centre', }
AREA_TYPE_EXCLUSION_SET = {'Driving Licence Testing Centre', 'Driving License Testing Centre'}
AREA_LOOKUP = {
"Official Plannig Suburb": ("Official planning suburbs", "OFC_SBRB_NAME"),
"Official Planning Suburb": ("Official planning suburbs", "OFC_SBRB_NAME"),
"Solid Waste Regional Service Area": ("Solid Waste service areas", "AREA_NAME"),
'Citywide': ('City boundary', 'CITY_NAME'),
Expand Down

0 comments on commit c4e0a60

Please sign in to comment.