Skip to content

Commit

Permalink
#15: Fix tuple name
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed May 18, 2021
1 parent 4e77e5b commit 7528f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infracheck/checks/domain-expiration
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ from collections import namedtuple
from whois._3_adjust import str_to_date


WhoisResult = namedtuple('ManualCheck', 'expiration_date')
WhoisResult = namedtuple('WhoisResult', 'expiration_date')


class DomainCheck(object):
Expand Down

0 comments on commit 7528f2d

Please sign in to comment.