diff --git a/removed_sites.json b/removed_sites.json
index 6eb53ace..c13861f0 100644
--- a/removed_sites.json
+++ b/removed_sites.json
@@ -688,7 +688,7 @@
"errorType": "status_code",
"url": "https://mastodon.technology/@{}",
"urlMain": "https://mastodon.xyz/",
- "username_claimed": "ashfurrow",
+ "username_claimed": "ashfurrow"
},
"Arduino": {
"errorMsg":"
Arduino Cloud",
diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json
index ef64250d..d81b70bd 100644
--- a/sherlock/resources/data.json
+++ b/sherlock/resources/data.json
@@ -2304,13 +2304,6 @@
"urlMain": "https://mastodon.xyz/",
"username_claimed": "ashfurrow"
},
- "mastodon.technology": {
- "errorType": "status_code",
- "url": "https://mastodon.technology/@{}",
- "urlMain": "https://mastodon.xyz/",
- "username_claimed": "ashfurrow",
- "username_unclaimed": "noonewouldeverusethis7"
- },
"mastodon.xyz": {
"errorType": "status_code",
"url": "https://mastodon.xyz/@{}",
@@ -2532,6 +2525,6 @@
},
"url": "https://open.spotify.com/user/{}",
"urlMain": "https://open.spotify.com/",
- "username_claimed": "blue",
+ "username_claimed": "blue"
}
}
\ No newline at end of file
diff --git a/sherlock/sites.py b/sherlock/sites.py
index 762621f8..67b3402f 100644
--- a/sherlock/sites.py
+++ b/sherlock/sites.py
@@ -9,7 +9,7 @@ import secrets
class SiteInformation:
def __init__(self, name, url_home, url_username_format, username_claimed,
- information, is_nsfw):
+ username_unclaimed, information, is_nsfw):
"""Create Site Information Object.
Contains information about a specific website.