From 8c0acb1453ca4491ff220cd83e150c9246dfbe2b Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Nov 2024 09:23:18 +0000 Subject: [PATCH] Add more strings to not_here_list. --- check.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check.py b/check.py index 39043d6..c0827ea 100755 --- a/check.py +++ b/check.py @@ -93,6 +93,8 @@ not_here_list = [ "You are not authorized to access this page", "Attention Required! | Cloudflare", "This page doesn't currently exist", + "ERROR 503 - Service Unavailable", + "ERROR 503", ]