X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=fetch_bkali.py;h=f6b6fdb2e6c55919d36e7680917d0babe415e003;hb=ad0e8ee96f0dd23c04e491b01a23000b63cab854;hp=01aea5a2a62401cf30b083fb53910ec4f6646178;hpb=faeb7db953dda6be124987157caf2f78932eb252;p=fba.git diff --git a/fetch_bkali.py b/fetch_bkali.py index 01aea5a..f6b6fdb 100755 --- a/fetch_bkali.py +++ b/fetch_bkali.py @@ -20,9 +20,9 @@ import json import sys import validators -import fba +from fba import * -fba.lock_process() +boot.lock_process() domains = list() try: @@ -68,4 +68,4 @@ if len(domains) > 0: print(f"INFO: Fetching instances from domain='{domain}' ...") fba.fetch_instances(domain, None, None, sys.argv[0]) -fba.shutdown() +boot.shutdown()