From: Roland Häder Date: Sun, 23 Jun 2024 11:28:52 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ed2e6eb69765520656a276bb15e4a8c64e54b27a;p=fba.git Continued: - 'neodb' might appear in names such as 'testando neodb' --- diff --git a/fba/helpers/software.py b/fba/helpers/software.py index 659c93b..5626901 100644 --- a/fba/helpers/software.py +++ b/fba/helpers/software.py @@ -119,6 +119,9 @@ def alias(software: str) -> str: elif "mammuthus" in cleared: logger.debug("Setting mammuthus: cleared='%s'", cleared) cleared = "mammuthus" + elif "neodb" in cleared: + logger.debug("Setting neodb: cleared='%s'", cleared) + cleared = "neodb" elif cleared in _mastodon_aliases or "되는 마스토돈" in cleared or "mastodon" in cleared: logger.debug("Setting mastodon: cleared='%s'", cleared) cleared = "mastodon"