This commit is contained in:
Leufolium 2024-07-28 18:43:27 +08:00
parent d8ccefd89b
commit 3341e41f2e
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ func main() {
count = zone.GetZoneMomentCount()
}
str := fmt.Sprintf("%v %v %v %v %v\n", mid, name, userId, phoneStr, count)
fmt.Printf("%v\n", str)
fmt.Printf("%v", str)
writer.WriteString(str)
}