From: Roland Häder Date: Tue, 20 Jun 2023 03:06:52 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7e2c9e8c958dacc13b1bd38286ccec62e8f11994;p=fba.git Continued: - better acquire lock here --- diff --git a/fba/commands.py b/fba/commands.py index 8777293..e51de62 100644 --- a/fba/commands.py +++ b/fba/commands.py @@ -320,6 +320,8 @@ def fetch_observer(args: argparse.Namespace): "writefreely" ] + locking.acquire() + print(f"INFO: Fetching {len(types)} different table data ...") for software in types: doc = None