From: Roland Häder Date: Sun, 9 Jul 2023 17:49:15 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6a16c16d66e8806bc0af743143a279ff89d9ece2;p=fba.git Continued: - it is 'ryona.agency'; --- diff --git a/fba/commands.py b/fba/commands.py index a2cbe6f..e7f2e2a 100644 --- a/fba/commands.py +++ b/fba/commands.py @@ -778,7 +778,7 @@ def fetch_fbabot_atom(args: argparse.Namespace) -> int: logger.debug("Invoking locking.acquire() ...") locking.acquire() - source_domain = "ryana.agency" + source_domain = "ryona.agency" if sources.is_recent(source_domain): logger.info("API from source_domain='%s' has recently being accessed - EXIT!", source_domain) return 0