diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 97f42be2f1..30db5ccb26 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -715,8 +715,8 @@ elif SITE == 'watchpeopledie.tv': 403: "Forbidden", 404: "Not Found", 405: "Method Not Allowed", - 409: "Mortal Conflict", - 410: "Dead", + 409: "Conflict", + 410: "Gone", 413: "Payload Too Large", 415: "Unsupported Media Type", 500: "Internal Server Error",