This commit is contained in:
parent
f78cd5e614
commit
cea9efd133
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -52,7 +52,7 @@ func runHttpServer() {
|
|||
w.Write([]byte("Doing "+lastEvent.Name+" since "+lastEvent.EventTimestamp.Format(time.RFC3339)+"<br>"))
|
||||
w.Write([]byte("<h3>Today</h3>"))
|
||||
for tag, _ := range currentState {
|
||||
i := currentState[tag][time.Now().Format("02.01.06")
|
||||
i := currentState[tag][time.Now().Format("02.01.06")]
|
||||
i = i / 60
|
||||
s := strconv.FormatInt(i, 10)
|
||||
line := tag+": "+s+"<br>"
|
||||
|
|
Loading…
Reference in a new issue