Skip to content

Commit

Permalink
Fixing Ald Andrews title
Browse files Browse the repository at this point in the history
  • Loading branch information
cityofcapetown-opm-bot committed Nov 22, 2024
1 parent 1b5e471 commit 478809f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cct_connector/ServiceAlertEmailer.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,11 @@ def _service_area_filter(row: pandas.Series) -> bool:
_ward_curry_pot("72")),
# Ward 73
ServiceAlertEmailConfig("current", False, "v1", EMAIL_COLS,
(("Cllr Andrews", "[email protected]"),),
(("Ald Andrews", "[email protected]"),),
"all unplanned alerts that might affect Ward 73",
_ward_curry_pot("73")),
ServiceAlertEmailConfig("current", True, "v1", EMAIL_COLS,
(("Cllr Andrews", "[email protected]"),),
(("Ald Andrews", "[email protected]"),),
"all planned works that might affect Ward 73",
_ward_curry_pot("73")),
# Ward 74
Expand Down

0 comments on commit 478809f

Please sign in to comment.