Forgot overwrite
This commit is contained in:
parent
2db35ef87a
commit
05b499a18e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user