Skip to content

Commit 99aa2ec

Browse files
committed
Add exclude filter for Telia
1 parent bf69a70 commit 99aa2ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circuit_maintenance_parser/provider.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ class Sparkle(GenericProvider):
301301
class Telia(GenericProvider):
302302
"""Telia provider custom class."""
303303

304+
_exclude_filter = {EMAIL_HEADER_SUBJECT: ["Disturbance Information"]}
305+
304306
_default_organizer = "[email protected]"
305307

306308

0 commit comments

Comments
 (0)