]> git.mxchange.org Git - fba.git/commitdiff
Forgot overwrite
authorMint <>
Sat, 3 Sep 2022 11:24:04 +0000 (14:24 +0300)
committerMint <>
Sat, 3 Sep 2022 11:24:04 +0000 (14:24 +0300)
fetch_instances.py

index 4151145b53ff9dfe714f58733d6ab60d73f727d3..f7ada6c50a4d596e848222b8f2ef465c4af14bbf 100644 (file)
@@ -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: