]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 14 Jul 2023 02:56:35 +0000 (04:56 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 14 Jul 2023 02:56:35 +0000 (04:56 +0200)
- alias for misskey (Russian)

fba/helpers/software.py

index 992858c194e40a0ca02a913c49905387889cc925..74cc923c7f572756b0fc826419394d211ec86d08 100644 (file)
@@ -37,7 +37,7 @@ def alias(software: str) -> str:
     elif software in ["hometown", "ecko"] or "mastodon" in software:
         logger.debug("Setting mastodon: software='%s'", software)
         software = "mastodon"
-    elif software in ["slipfox calckey", "calckey", "groundpolis", "foundkey", "cherrypick", "meisskey", "magnetar", "keybump", "dolphin", "calckey social"] or "shumihub" in software:
+    elif software in ["slipfox calckey", "calckey", "groundpolis", "foundkey", "cherrypick", "meisskey", "magnetar", "keybump", "dolphin", "calckey social"] or ["shumihub", "мисскей"] in software:
         logger.debug("Setting misskey: software='%s'", software)
         software = "misskey"
     elif software in ["runtube.re", "islameye"]: