File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ When you submit any image-based captcha use can provide additional options to he
84
84
| Option | Default Value | Description |
85
85
| ------------- | ------------- | -------------------------------------------------------------------------------------------------- |
86
86
| numeric | 0 | Defines if captcha contains numeric or other symbols [ see more info in the API docs] [ post options ] |
87
- | minLength | 0 | minimal answer lenght |
88
- | maxLength | 0 | maximum answer length |
87
+ | minLen | 0 | minimal answer lenght |
88
+ | maxLen | 0 | maximum answer length |
89
89
| phrase | 0 | defines if the answer contains multiple words or not |
90
90
| caseSensitive | 0 | defines if the answer is case sensitive |
91
91
| calc | 0 | defines captcha requires calculation |
Original file line number Diff line number Diff line change @@ -601,6 +601,8 @@ def rename_params(self, params):
601
601
'caseSensitive' : 'regsense' ,
602
602
'minLen' : 'min_len' ,
603
603
'maxLen' : 'max_len' ,
604
+ 'minLength' : 'min_len' ,
605
+ 'maxLength' : 'max_len' ,
604
606
'hintText' : 'textinstructions' ,
605
607
'hintImg' : 'imginstructions' ,
606
608
'url' : 'pageurl' ,
You can’t perform that action at this time.
0 commit comments