From ed2e6eb69765520656a276bb15e4a8c64e54b27a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 23 Jun 2024 13:28:52 +0200 Subject: [PATCH] Continued: - 'neodb' might appear in names such as 'testando neodb' --- fba/helpers/software.py | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.39.5