From: Roland Häder Date: Sun, 21 Apr 2024 17:49:16 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5dc02fabdc79143feffcb32d849222cb95da258d;p=fba.git Continued: - rewrite all "*mammuthus*" to "mammuthus" --- diff --git a/fba/helpers/software.py b/fba/helpers/software.py index 09f016f..b752095 100644 --- a/fba/helpers/software.py +++ b/fba/helpers/software.py @@ -115,6 +115,9 @@ def alias(software: str) -> str: elif "radiant" in cleared: logger.debug("Setting radiant: cleared='%s'", cleared) cleared = "radiant" + elif "mammuthus" in cleared: + logger.debug("Setting mammuthus: cleared='%s'", cleared) + cleared = "mammuthus" elif cleared in _mastodon_aliases or "되는 마스토돈" in cleared or "mastodon" in cleared: logger.debug("Setting mastodon: cleared='%s'", cleared) cleared = "mastodon"