Commit 83af348a authored by Eric's avatar Eric

fix replay bugs

parent 9f0f55b2
......@@ -145,7 +145,7 @@ func (r *ReplyRecorder) prepare() {
}
func (r *ReplyRecorder) End() {
_, _ = r.file.WriteString(fmt.Sprintf(`"%.3f":%s}`, 0.0, ""))
_, _ = r.file.WriteString(fmt.Sprintf(`"%.3f":%s}`, 0.0, `""`))
_ = r.file.Close()
go r.uploadReplay()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment