Skip to content

Commit

Permalink
Update score
Browse files Browse the repository at this point in the history
  • Loading branch information
bckamil committed Nov 14, 2023
1 parent 1108f86 commit 762fa8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class PlPeselRecognizer(PatternRecognizer):
Pattern(
"PESEL",
r"[0-9]{2}([02468][1-9]|[13579][012])(0[1-9]|1[0-9]|2[0-9]|3[01])[0-9]{5}",
0.5,
0.4,
),
]

Expand Down

0 comments on commit 762fa8f

Please sign in to comment.