From a05987b6a496551241f1a8400bac1007f8471667 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Wed, 17 Jul 2024 15:45:47 -0700 Subject: [PATCH] results: ctr_support: 012-1510 is the same as 012-1511 --- cogs/results/ctr_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/results/ctr_support.py b/cogs/results/ctr_support.py index cfe6bd51..83578554 100644 --- a/cogs/results/ctr_support.py +++ b/cogs/results/ctr_support.py @@ -166,7 +166,7 @@ # 012: a category related to the web browser or ssl module considered 1511 browser1 = Module('browser (?)', { 1004: ResultInfo('SSL connection failed.'), - 1511: ResultInfo('Certificate warning.') + (1510, 1511): ResultInfo('Certificate warning.') }) # 032: a second category related to the web browser