Skip to content

Commit

Permalink
Optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Jan 25, 2018
1 parent 52ab2b6 commit e2fd67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pic2ascii/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ func main() {

for i := 0; i != img.LoopCount; i++ {
for k, v := range dds {
time.Sleep(time.Duration(img.Delay[k]) * time.Second / 100)
fmt.Println(v)
time.Sleep(time.Duration(img.Delay[k]) * time.Second / 100)
}
}
} else {
Expand Down

0 comments on commit e2fd67e

Please sign in to comment.