From 788d75a5e9354c08aa1fef3fbf646a7dae82e8d1 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 11 Aug 2021 18:57:51 -0700 Subject: [PATCH] reduce domain cutting from 100 to 99 --- respodns/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/respodns/checks.py b/respodns/checks.py index 0e62822..0d32e16 100644 --- a/respodns/checks.py +++ b/respodns/checks.py @@ -84,7 +84,7 @@ checks = order_by_failures([ Check("weirdsub", _weirdsub, 152), ]) -likely, unlikely = partition_checks(checks, 100) +likely, unlikely = partition_checks(checks, 99) defunct = [ "panda.tv", # imochen.github.io