]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 10 Jul 2023 12:07:39 +0000 (14:07 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 10 Jul 2023 12:07:39 +0000 (14:07 +0200)
- "storage share" is nextcloud again
- proper domain for bka.li

fba/commands.py

index e7f2e2a49427039c246e29621ebf7d8a20ff0fa3..fb192641ba07750317c85652d5c924544efb4f85 100644 (file)
@@ -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