]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 23 May 2023 04:08:42 +0000 (06:08 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 23 May 2023 04:08:42 +0000 (06:08 +0200)
- also 'meisskey' is an alias of misskey software

fba.py

diff --git a/fba.py b/fba.py
index 7f5f74ddeb016db61b22226f48755a70fd4a5ca8..c08a224bad83817815b4cb7c24958472e426a53b 100644 (file)
--- a/fba.py
+++ b/fba.py
@@ -270,7 +270,7 @@ def determine_software(domain: str) -> str:
     elif software in ["hometown", "ecko"]:
         # NOISY-DEBUG: print("DEBUG: Setting mastodon:", domain, software)
         software = "mastodon"
-    elif software in ["calckey", "groundpolis", "foundkey", "cherrypick"]:
+    elif software in ["calckey", "groundpolis", "foundkey", "cherrypick", "meisskey"]:
         # NOISY-DEBUG: print("DEBUG: Setting misskey:", domain, software)
         software = "misskey"
     elif software.find("/") > 0: