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
8ea0652331
commit
8f0f29c579
@ -34,7 +34,7 @@ class BackgroundTask(throttle: Int, timeLimit: Int) {
|
||||
val media = Config.allowedMedia.toList(Config.getNextRandomInt(Config.allowedMedia.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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user