Minor fix

Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
Rahul Rudragoudar 2021-04-20 13:53:08 +05:30
parent 8ea0652331
commit 8f0f29c579
No known key found for this signature in database
GPG Key ID: 0D2CE231A7287EBC

View File

@ -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 = {