From: Mint <> Date: Sat, 17 Sep 2022 20:25:52 +0000 (+0300) Subject: +1 Pisskey fork X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8f0638213815d48b56ce2a8767ab4afd543ad628;p=fba.git +1 Pisskey fork --- diff --git a/fetch_blocks.py b/fetch_blocks.py index b3141b1..592504c 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -167,7 +167,7 @@ def get_type(domain: str) -> str: return "pleroma" elif res.json()["software"]["name"] in ["hometown", "ecko"]: return "mastodon" - elif res.json()["software"]["name"] in ["calckey", "groundpolis", "foundkey"]: + elif res.json()["software"]["name"] in ["calckey", "groundpolis", "foundkey", "cherrypick"]: return "misskey" else: return res.json()["software"]["name"] diff --git a/fetch_instances.py b/fetch_instances.py index f3fd40e..30b05a5 100644 --- a/fetch_instances.py +++ b/fetch_instances.py @@ -38,7 +38,7 @@ def get_type(instdomain: str) -> str: return "pleroma" elif res.json()["software"]["name"] in ["hometown", "ecko"]: return "mastodon" - elif res.json()["software"]["name"] in ["calckey", "groundpolis", "foundkey"]: + elif res.json()["software"]["name"] in ["calckey", "groundpolis", "foundkey", "cherrypick"]: return "misskey" else: return res.json()["software"]["name"]