From: Roland Häder Date: Mon, 10 Jul 2023 12:07:39 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0834efaad77de9630889c3c8a66db9371a8cf5cc;p=fba.git Continued: - "storage share" is nextcloud again - proper domain for bka.li --- diff --git a/fba/commands.py b/fba/commands.py index e7f2e2a..fb19264 100644 --- a/fba/commands.py +++ b/fba/commands.py @@ -172,7 +172,7 @@ def fetch_bkali(args: argparse.Namespace) -> int: logger.debug("Invoking locking.acquire() ...") locking.acquire() - source_domain = "gql.sources.bka.li" + source_domain = "gql.api.bka.li" if sources.is_recent(source_domain): logger.info("API from source_domain='%s' has recently being accessed - EXIT!", source_domain) return 0