Skip to content

Commit fad1c9e

Browse files
committed
fix variable name
1 parent 38e9a21 commit fad1c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ioc_regex/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def rex_compile(pattern):
117117
]
118118

119119
COMMON_REMOVE_CHARS = ['&lt;', '&gt;', '<', '>']
120-
KEYWORD = 'keyword'
120+
KEYWORDS = 'keyword'
121121
R_COMMON_KEYWORDS = {p: regex.compile(p) for _, p in COMMON_KEYWORDS}
122122

123123
DEFANGED_RESULTS = 'defanged_results'

0 commit comments

Comments
 (0)