From 51556f94b6039b53a6a058fe358ea1ee718943ea Mon Sep 17 00:00:00 2001 From: Hexated <37908684+hexated@users.noreply.github.com> Date: Tue, 2 May 2023 12:12:59 +0700 Subject: [PATCH] test --- Loklok/src/main/kotlin/com/hexated/Loklok.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/Loklok/src/main/kotlin/com/hexated/Loklok.kt b/Loklok/src/main/kotlin/com/hexated/Loklok.kt index f456a52a..09827d16 100644 --- a/Loklok/src/main/kotlin/com/hexated/Loklok.kt +++ b/Loklok/src/main/kotlin/com/hexated/Loklok.kt @@ -50,7 +50,6 @@ class Loklok : MainAPI() { override suspend fun getMainPage(page: Int, request: MainPageRequest): HomePageResponse { val home = ArrayList() for (i in 0..6) { -// delay(500) app.get("$apiUrl/homePage/getHome?page=$i", headers = headers) .parsedSafe()?.data?.recommendItems.orEmpty().ifEmpty { throw ErrorLoadingException(geoblockError) } .filterNot { it.homeSectionType == "BLOCK_GROUP" }