Fix CDNDrive

This commit is contained in:
luvletter2333 2021-11-16 00:31:04 +08:00
parent 087154ed02
commit a932196248
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ object MiniCDNDrive {
.build()
val response2 = client.newCall(request2).execute()
data2 = readPhotoBytes(response2.body!!.bytes())
break
} catch (e: Exception) {
if (i == try_max - 1) {
throw e