File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.12.14
4+
5+ - Fix bug in MX DNSSEC detection introduced in ` 5.12.13 `
6+
37## 5.12.13
48
59- Add timeout retry options to the CLI and API (Closes #90 and #180 )
Original file line number Diff line number Diff line change 1919See the License for the specific language governing permissions and
2020limitations under the License."""
2121
22- __version__ = "5.12.13 "
22+ __version__ = "5.12.14 "
2323
2424OS = platform .system ()
2525OS_RELEASE = platform .release ()
Original file line number Diff line number Diff line change @@ -416,7 +416,6 @@ def get_mx_hosts(
416416 hostname ,
417417 nameservers = nameservers ,
418418 timeout = timeout ,
419- timeout_retries = timeout_retries ,
420419 )
421420 except Exception as e :
422421 logging .debug (e )
You can’t perform that action at this time.
0 commit comments