Skip to content

Commit

Permalink
Update Lolicon.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
cikiPAD authored Dec 9, 2023
1 parent 8c09ab0 commit 01ee5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/command/Lolicon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,8 @@ object Lolicon : CompositeCommand(


val uploadStart = System.currentTimeMillis()
var onlyUploadTime = 0
var onlyDownloadTime = 0
var onlyUploadTime: Long = 0
var onlyDownloadTime: Long = 0
for (imageUrl in imageUrls) {
runCatching {
logger.info(imageUrl)
Expand Down

0 comments on commit 01ee5fb

Please sign in to comment.