wpd: fix 413

master
justcool393 2022-11-14 13:16:38 -06:00
parent 7db62212e0
commit 239b9c30b4
1 changed files with 2 additions and 1 deletions

View File

@ -562,7 +562,8 @@ elif SITE == 'watchpeopledie.tv':
ERROR_TITLES[404] = "Not Found"
ERROR_TITLES[405] = "Method Not Allowed"
ERROR_TITLES[406] = "Too Many Pings"
ERROR_TITLES[409] = "Conflict"
ERROR_TITLES[409] = "Mortal Conflict"
ERROR_TITLES[413] = "Payload Too Large"
ERROR_TITLES[415] = "Unsupported Media Type"
ERROR_TITLES[500] = "Internal Server Error"