Pierce Maloney
commited on
Commit
•
c5184ea
1
Parent(s):
31cf0d3
Admitted bad words
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -30,7 +30,7 @@ class EndpointHandler():
|
|
30 |
# 3070, 10456, [313, 334], [29898, 1068] corresponds to "(*", and we do not want to output a comment
|
31 |
# 13 is a newline character
|
32 |
# [1976, 441, 29889], [4920, 441, 29889] is "Abort." [4920, 18054, 29889] is "Aborted."
|
33 |
-
# [2087, 29885, 4430, 29889] is "Admitted."
|
34 |
bad_words_ids = [[3070], [313, 334], [10456], [13], [1976, 441, 29889], [2087, 29885, 4430, 29889], [4920, 441], [4920, 441, 29889], [4920, 18054, 29889], [29898, 1068]]
|
35 |
bad_words_ids.extend(additional_bad_words_ids)
|
36 |
|
|
|
30 |
# 3070, 10456, [313, 334], [29898, 1068] corresponds to "(*", and we do not want to output a comment
|
31 |
# 13 is a newline character
|
32 |
# [1976, 441, 29889], [4920, 441, 29889] is "Abort." [4920, 18054, 29889] is "Aborted."
|
33 |
+
# [2087, 29885, 4430, 29889], [3253, 29885, 4430, 29889] is "Admitted."
|
34 |
bad_words_ids = [[3070], [313, 334], [10456], [13], [1976, 441, 29889], [2087, 29885, 4430, 29889], [4920, 441], [4920, 441, 29889], [4920, 18054, 29889], [29898, 1068]]
|
35 |
bad_words_ids.extend(additional_bad_words_ids)
|
36 |
|