mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-20 01:50:21 -05:00
@@ -35,15 +35,11 @@ class BackgroundTask(throttle: Int, timeLimit: Int) {
|
||||
val media = pickRandom(captcha.allowedMedia)
|
||||
val inputType = pickRandom(captcha.allowedInputType)
|
||||
|
||||
<<<<<<< HEAD
|
||||
Parameters(level, media, inputType, Some(Size(0, 0)))
|
||||
}
|
||||
|
||||
private def pickRandom[T](list: List[T]): T = {
|
||||
list(Config.getNextRandomInt(list.size))
|
||||
=======
|
||||
Parameters(level, media, inputType, Some(Size(0,0)))
|
||||
>>>>>>> 8f0f29c579087846784922959337e2a25c11b617
|
||||
}
|
||||
|
||||
def beginThread(delay: Int): Unit = {
|
||||
|
||||
Reference in New Issue
Block a user