mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-13 06:53:19 -05:00
Minor fix
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
parent
3682b2cb7d
commit
241be1631c
@ -34,7 +34,7 @@ class BackgroundTask(throttle: Int, timeLimit: Int) {
|
|||||||
val media = Config.allowedMedia.toList(Config.getNextRandomInt(Config.allowedMedia.size))
|
val media = Config.allowedMedia.toList(Config.getNextRandomInt(Config.allowedMedia.size))
|
||||||
val inputType = Config.allowedInputType.toList(Config.getNextRandomInt(Config.allowedInputType.size))
|
val inputType = Config.allowedInputType.toList(Config.getNextRandomInt(Config.allowedInputType.size))
|
||||||
|
|
||||||
Parameters(level, media, inputType, Option(Size(0,0)))
|
Parameters(level, media, inputType, Some(Size(0,0)))
|
||||||
}
|
}
|
||||||
|
|
||||||
def beginThread(delay: Int): Unit = {
|
def beginThread(delay: Int): Unit = {
|
||||||
|
Loading…
Reference in New Issue
Block a user