]> git.mxchange.org Git - fba.git/blobdiff - fba/commands.py
Continued:
[fba.git] / fba / commands.py
index 6999e2a5c0ea0b6b52d26c1a20d52ea3ea3fc0d0..9dcbd417e3aea92fbdb2284c1ec76836cb5de556 100644 (file)
@@ -996,7 +996,7 @@ def fetch_instances(args: argparse.Namespace) -> int:
         elif instances.is_registered(row["domain"]) and software_helper.is_relay(row["software"]):
             logger.warning("row[domain]='%s' is of software type '%s' which is not supported by this command. Please invoke fetch_relays instead - SKIPPED!", row["domain"], row["software"])
             continue
-        elif instances.is_recent(row["domain"]):
+        elif not args.force and not args.software in [None, ""]and instances.is_recent(row["domain"]):
             logger.debug("row[domain]='%s' has been recently crawled - SKIPPED!", row["domain"])
             continue