Skip to content

Commit 826b634

Browse files
allow emails from electricitymaps to be able to test (#8248)
1 parent 8dcca61 commit 826b634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parsers/email_grid_alerts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def fetch_grid_alerts_emails(
126126
and zone_key == ZoneKey("US-CAL-CISO")
127127
)
128128
or ("spp" in email_json["sender"] and zone_key == ZoneKey("US-CENT-SWPP"))
129+
or ("electricitymaps" in email_json["sender"])
129130
):
130131
# Add to grid_alert_list
131132
grid_alert_list.append(

0 commit comments

Comments
 (0)