From: Mint <> Date: Sat, 3 Sep 2022 11:24:04 +0000 (+0300) Subject: Forgot overwrite X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=05b499a18edf6923f8cc7aa36a9cb4718c3add39;p=fba.git Forgot overwrite --- diff --git a/fetch_instances.py b/fetch_instances.py index 4151145..f7ada6c 100644 --- a/fetch_instances.py +++ b/fetch_instances.py @@ -42,6 +42,8 @@ def get_type(instdomain: str) -> str: return "mastodon" elif res.json()["software"]["name"] == "ecko": return "mastodon" + elif res.json()["software"]["name"] == "calckey": + return "misskey" else: return res.json()["software"]["name"] elif res.status_code == 404: