Add '500: Internal Server Error' to not_here_list.
This commit is contained in:
parent
d845ec805f
commit
56645e3ff8
1 changed files with 1 additions and 0 deletions
1
check.py
1
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue