From 57c2774bc081ec7e9422077b37cb8643f6323a86 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 18 Nov 2024 12:18:21 +0200 Subject: [PATCH] add new WPD hole --- files/helpers/config/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 4247e35a7..fc4943bc4 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -570,7 +570,7 @@ elif SITE_NAME == 'WPD': CATEGORIES_HOLES = { 'Death': ('Accident','Animal','Beating','Beheading','Bladed','Burning','Cartel','Combat','Compilation','Disaster','Drowning','Electricity','Execution','Explosions','Falling','Industrial','ISIS','Maiming','Police','Shooting','Suicide','Vehicle','Other'), - 'Gore': ('Aftermath','Fights','Gore','Medical','Request','SelfHarm'), + 'Gore': ('Aftermath','Fights','Gore','Injury','Medical','Request','SelfHarm'), 'Community': ('Art','Discussion','Meta','Music','Pets','Social'), 'Active Conflicts': ('Slavshit','Sandshit'), }