From af4c08a08b72c507a78bc7130092021ce83a29fa Mon Sep 17 00:00:00 2001 From: Bytexenon <125568681+ByteXenon@users.noreply.github.com> Date: Sun, 20 Oct 2024 07:03:08 -0700 Subject: [PATCH] fix: remove "Other" from archive.org downtime message check --- sherlock_project/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index e314d303..81324986 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -160,7 +160,7 @@ "errorMsg": [ "could not fetch an account with user item identifier", "The resource could not be found", - "Other Internet Archive services are temporarily offline" + "Internet Archive services are temporarily offline" ], "errorType": "message", "url": "https://archive.org/details/@{}",