From 6a16c16d66e8806bc0af743143a279ff89d9ece2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 9 Jul 2023 19:49:15 +0200 Subject: [PATCH] Continued: - it is 'ryona.agency'; --- fba/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5