From: Roland Häder Date: Tue, 23 May 2023 04:08:42 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f18d6f24e096d7da5f5242feb30f4fdbfa9746f7;p=fba.git Continued: - also 'meisskey' is an alias of misskey software --- diff --git a/fba.py b/fba.py index 7f5f74d..c08a224 100644 --- 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: