mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 22:43:20 -05:00
Minor fix
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
parent
aa5e7da0bc
commit
d62951fa51
@ -35,15 +35,11 @@ class BackgroundTask(throttle: Int, timeLimit: Int) {
|
|||||||
val media = pickRandom(captcha.allowedMedia)
|
val media = pickRandom(captcha.allowedMedia)
|
||||||
val inputType = pickRandom(captcha.allowedInputType)
|
val inputType = pickRandom(captcha.allowedInputType)
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
Parameters(level, media, inputType, Some(Size(0, 0)))
|
Parameters(level, media, inputType, Some(Size(0, 0)))
|
||||||
}
|
}
|
||||||
|
|
||||||
private def pickRandom[T](list: List[T]): T = {
|
private def pickRandom[T](list: List[T]): T = {
|
||||||
list(Config.getNextRandomInt(list.size))
|
list(Config.getNextRandomInt(list.size))
|
||||||
=======
|
|
||||||
Parameters(level, media, inputType, Some(Size(0,0)))
|
|
||||||
>>>>>>> 8f0f29c579087846784922959337e2a25c11b617
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def beginThread(delay: Int): Unit = {
|
def beginThread(delay: Int): Unit = {
|
||||||
|
Loading…
Reference in New Issue
Block a user