Skip to content

Commit ef971d1

Browse files
Merge pull request #126 from networktocode/gfm-telia-include-exclude
Add exclude filter for Telia
2 parents bf69a70 + 99aa2ec commit ef971d1

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)