From: Roland Häder Date: Mon, 7 Aug 2023 08:41:04 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a5b36904d3fbb3214f072f578579134f203bd992;p=fba.git Continued: - is_recent() check doesn't make sense here, if the domain isn't registered it cannot be recently checked (ops) --- diff --git a/fba/commands.py b/fba/commands.py index d9a00fc..3cdf7ce 100644 --- a/fba/commands.py +++ b/fba/commands.py @@ -552,9 +552,6 @@ def fetch_observer(args: argparse.Namespace) -> int: elif instances.is_registered(domain): logger.debug("domain='%s' is already registered - SKIPPED!", domain) continue - elif instances.is_recent(domain): - logger.debug("domain='%s' is recently being handled - SKIPPED!", domain) - continue software = software_helper.alias(software) logger.info("Fetching instances for domain='%s'", domain)