fix build again (#1050)

unresolved reference
This commit is contained in:
AwkwardPeak7 2024-02-06 12:57:58 +05:00 committed by Draff
parent aedb09de84
commit f513fe60c6
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ import okhttp3.OkHttpClient
class Hentai20 : MangaThemesia("Hentai20", "https://hentai20.io", "en") {
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(1, 1, TimeUnit.SECONDS)
.rateLimit(1)
.build()
}