This commit is contained in:
Gregory Salaun 2023-12-17 20:32:44 +07:00
parent 5d81c24b65
commit 07190f0f30

View File

@ -56,6 +56,7 @@ func (m *MediaFiles) SendGotify(message string, arr string) {
log.Fatalf("impossible to send request: %s", err)
}
log.Printf("status Code: %d", res.StatusCode)
defer res.Body.Close()
}