Skip to content

Commit

Permalink
Update spf_discovery.py
Browse files Browse the repository at this point in the history
  • Loading branch information
underdarknl authored Jan 10, 2025
1 parent cf9fead commit 118868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopoes/bits/spf_discovery/spf_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def parse_ptr_exists_include_mechanism(
yield Finding(
finding_type=ft.reference,
ooi=input_ooi.reference,
description="""This SPF record contains a PTR mechanism, Use of PTR is deprecated.""",
description="This SPF record contains a PTR mechanism, Use of PTR is deprecated.",
)
else:
mechanism_type, domain = mechanism.split(":", 1)
Expand Down

0 comments on commit 118868b

Please sign in to comment.