Add '500: Internal Server Error' to not_here_list.
This commit is contained in:
parent
d845ec805f
commit
56645e3ff8
1
check.py
1
check.py
|
@ -76,6 +76,7 @@ not_here_list = [
|
||||||
"This page does not exist yet",
|
"This page does not exist yet",
|
||||||
"404 Not Found",
|
"404 Not Found",
|
||||||
"500 Internal Server Error",
|
"500 Internal Server Error",
|
||||||
|
"500: Internal Server Error",
|
||||||
"Test Page for the Apache HTTP Server",
|
"Test Page for the Apache HTTP Server",
|
||||||
"Site not found · GitHub Pages",
|
"Site not found · GitHub Pages",
|
||||||
"504: Gateway time-out",
|
"504: Gateway time-out",
|
||||||
|
|
Loading…
Reference in a new issue