1
0
mirror of https://github.com/Luzifer/webcheck.git synced 2024-09-07 17:59:12 +00:00

Fix: Do not panic when no-log is enabled

This commit is contained in:
Knut Ahlers 2024-07-16 15:06:37 +02:00
parent 3cec575f37
commit 213eefeef5
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View File

@ -74,7 +74,7 @@ func main() {
for range time.Tick(cfg.Interval) {
var (
body *bytes.Buffer
body io.ReadWriter
result *checkResult
)