Naga 2 years ago
parent 6d8d757798
commit f39a9f191a

@ -295,7 +295,6 @@ internal class ReaperComics(context: MangaLoaderContext) :
val request = Request.Builder().url(url).post(payload).headers(headers).build() val request = Request.Builder().url(url).post(payload).headers(headers).build()
while (true) { while (true) {
try { try {
println(backoffDelay)
return context.httpClient.newCall(request).execute().parseJson<LiveWireResponseDto>() return context.httpClient.newCall(request).execute().parseJson<LiveWireResponseDto>()
} catch (e: Exception) { } catch (e: Exception) {
// Log or handle the exception as needed // Log or handle the exception as needed

Loading…
Cancel
Save