Skip to content

Commit

Permalink
fix(tasks): duplicate meta opt entry (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell authored May 8, 2024
1 parent 732756e commit ae56aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secator/tasks/_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
]

OPTS_HTTP_CRAWLERS = OPTS_HTTP + [
DEPTH, MATCH_REGEX, MATCH_SIZE, MATCH_WORDS, FILTER_REGEX, FILTER_CODES, FILTER_SIZE, FILTER_WORDS, FOLLOW_REDIRECT,
DEPTH, MATCH_REGEX, MATCH_SIZE, MATCH_WORDS, FILTER_REGEX, FILTER_CODES, FILTER_SIZE, FILTER_WORDS,
MATCH_CODES
]

Expand Down

0 comments on commit ae56aa6

Please sign in to comment.