Skip to content

Commit

Permalink
CLI default threshold aligned with the API threshold (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-kuzmenko committed May 1, 2022
1 parent 37c89a4 commit 0ca4dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charset_normalizer/cli/normalizer.py
Expand Up @@ -111,7 +111,7 @@ def cli_detect(argv: List[str] = None) -> int:
"-t",
"--threshold",
action="store",
default=0.1,
default=0.2,
type=float,
dest="threshold",
help="Define a custom maximum amount of chaos allowed in decoded content. 0. <= chaos <= 1.",
Expand Down

0 comments on commit 0ca4dfd

Please sign in to comment.