From: Roland Häder Date: Sun, 22 Oct 2023 12:59:19 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c9a0f2d8894c6d64ec7ab4a9d35b74f84ec8a862;p=fba.git Continued: - wrong place to alias, this way all *key software became misskey and no other would be checked --- diff --git a/fba/commands.py b/fba/commands.py index c047597..df6677f 100644 --- a/fba/commands.py +++ b/fba/commands.py @@ -515,9 +515,7 @@ def fetch_observer(args: argparse.Namespace) -> int: logger.info("Fetching %d different table data ...", len(types)) for software in types: - logger.debug("software='%s' - BEFORE!", software) - software = software_helper.alias(software) - logger.debug("software='%s' - AFTER!", software) + logger.debug("software='%s'", software) if args.software is not None and args.software != software: logger.debug("args.software='%s' does not match software='%s' - SKIPPED!", args.software, software)