]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 7 Aug 2023 08:41:04 +0000 (10:41 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 7 Aug 2023 08:41:04 +0000 (10:41 +0200)
- is_recent() check doesn't make sense here, if the domain isn't registered
  it cannot be recently checked (ops)

fba/commands.py

index d9a00fc031df33c6b5d04898f2992a0db1b725b5..3cdf7ce80ed73928e89d371bfcad1a626be0fb42 100644 (file)
@@ -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)