Skip to content

Commit

Permalink
Bugfix test_dnssec cache (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad-latacora authored Jul 16, 2024
1 parent 3d3da6e commit d4a5dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkdmarc/dnssec.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_dnssec(domain: str,
cache = DNSSEC_CACHE

if domain in cache:
return DNSSEC_CACHE[cache]
return cache[domain]

key = get_dnskey(domain, nameservers=nameservers, timeout=timeout)
if key is None:
Expand Down

0 comments on commit d4a5dec

Please sign in to comment.