Skip to content

Commit f98f1bc

Browse files
committed
chore: log temp
1 parent 7d7b4bb commit f98f1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func sendPVEStatusToTelegram(text string, temp float64, conf *Config) error {
147147
return err
148148
}
149149

150-
log.Println("sendPVEStatusToTelegram: true")
150+
log.Printf("%.1f°C", temp)
151151
return nil
152152
}
153153

0 commit comments

Comments
 (0)