Merge pull request 'by Robin at 20240104; fix divide by 2' (#43) from feat-20230102-001-Robin into main
Reviewed-on: #43
This commit is contained in:
commit
5050e01352
|
@ -30,5 +30,6 @@ func (s *ScriptsService) QueryCallCount(url string, logpath string) (count int,
|
|||
str = strings.ReplaceAll(str, "\n", "")
|
||||
str = strings.ReplaceAll(str, "\r", "")
|
||||
count, err = strconv.Atoi(str)
|
||||
count = count / 2
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue