From 56645e3ff853ed94a76858d22551d3b9765b9e99 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 18 Feb 2025 00:48:32 +0000 Subject: [PATCH] Add '500: Internal Server Error' to not_here_list. --- check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/check.py b/check.py index 5d4c234..ae1bd68 100755 --- a/check.py +++ b/check.py @@ -76,6 +76,7 @@ not_here_list = [ "This page does not exist yet", "404 Not Found", "500 Internal Server Error", + "500: Internal Server Error", "Test Page for the Apache HTTP Server", "Site not found · GitHub Pages", "504: Gateway time-out",