]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 23 Jun 2024 11:28:52 +0000 (13:28 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 23 Jun 2024 11:28:52 +0000 (13:28 +0200)
- 'neodb' might appear in names such as 'testando neodb'

fba/helpers/software.py

index 659c93b504a696a681c8b89eb8a17ad2e313b3ed..5626901ef0e778b3e713a20cca990786ab44b7d8 100644 (file)
@@ -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"