Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miniboom360 committed May 31, 2021
1 parent eb6e486 commit 0c06108
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
47 changes: 24 additions & 23 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion goApi.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ func (g *GobyApi) checkGobyTaskProgess() bool {
return true
}
t++
fmt.Printf("0% 第%d次\n",t)
g.TaskFaildTimes[g.CurrentGobyTaskId] = t
fmt.Printf("0 第%d次\n",t)
}else{
g.TaskFaildTimes[g.CurrentGobyTaskId] = 1
}
Expand Down

0 comments on commit 0c06108

Please sign in to comment.