From: Mint <> Date: Tue, 9 Aug 2022 09:56:34 +0000 (+0300) Subject: Adding another spastic fork X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d1383fb9c99e148c0ca9ba1a0a71762d86419adf;p=fba.git Adding another spastic fork --- diff --git a/fetch_blocks.py b/fetch_blocks.py index 64a344a..4d65bab 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -71,6 +71,8 @@ def get_type(domain: str) -> str: if res.ok: if res.json()["software"]["name"] == "akkoma": return "pleroma" + elif res.json()["software"]["name"] == "hometown": + return "mastodon" else: return res.json()["software"]["name"] elif res.status_code == 404: