Merge branch 'master' of gitlab.com:drpuur/wo-bisch-web

This commit is contained in:
Joerg Lehmann 2021-04-20 20:44:00 +02:00
commit 110ececb30
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ func metricsHandler(response http.ResponseWriter, request *http.Request) {
fmt.Fprintf(response, " ")
}
fmt.Fprintf(response, "[%d, %s, %s, %s, %d]\n", a, s[9], s[10], s[11], vbat2percent(s[10]))
fmt.Fprintf(response, "[%d, %s, %s, %s, %d]\n", a, s[9], s[10], s[11], vbat2percent(s[11]))
}