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