v0.0.77 临时修复测速BUG,未完全修复

v0.0.77 临时修复测速BUG,未完全修复
This commit is contained in:
spiritsoul
2024-10-05 23:26:09 +08:00
parent a85a06b440
commit 3cd912219e
4 changed files with 5 additions and 5 deletions

View File

@@ -328,6 +328,6 @@ func ProcessAndUpload(output string, filePath string, enableUplaod bool) {
fmt.Println(err3.Error())
return
}
fmt.Printf("Upload successful!\nHttp URL:%s\nHttps URL:%s\n", http_url, https_url)
fmt.Printf("Upload successful!\nHttp URL: %s\nHttps URL: %s\n", http_url, https_url)
}
}