-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b5e471
commit 478809f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|