]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 29 Sep 2023 17:23:18 +0000 (19:23 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 29 Sep 2023 17:23:18 +0000 (19:23 +0200)
- added another alias for 'misskey'

fba/helpers/software.py

index 1399c225514ed7bdc877c96bfe754a7a21dfd79f..4ada4955d6494a73d6fb9722e1f7030dccea0d80 100644 (file)
@@ -48,7 +48,7 @@ def alias(software: str) -> str:
     elif software in ["hometown", "ecko", "fedibird", "glitchcafe"] or "되는 마스토돈" in software 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", "azk.sns", "firefish", "qtmmsky", "iceshrimp", "owohub", "re+", "russkey"] or "shumihub" in software or "мисскей" in software or "milkey" in software or "misskey" in software:
+    elif software in ["slipfox calckey", "calckey", "groundpolis", "foundkey", "cherrypick", "meisskey", "magnetar", "keybump", "dolphin", "calckey social", "azk.sns", "firefish", "qtmmsky", "iceshrimp", "owohub", "re+", "russkey", "loverskey"] or "shumihub" in software or "мисскей" in software or "milkey" in software or "misskey" in software:
         logger.debug("Setting misskey: software='%s'", software)
         software = "misskey"
     elif software in ["runtube.re", "islameye"]: