Do not give up when matrix is broken

This commit is contained in:
iacore 2024-01-21 18:54:20 +00:00
parent fae69c4d1a
commit 4bbd8fe979
Signed by: iacore
GPG key ID: F8C16E5157A63006

View file

@ -69,10 +69,9 @@ func index(w http.ResponseWriter, r *http.Request) {
http.Error(w, err.Error(), 500)
return
}
err = announce(non_duplicates)
if err != nil {
http.Error(w, err.Error(), 500)
return
err_annouce := announce(non_duplicates)
if err_annouce != nil {
log.Println(err_annouce)
}
// don't uncomment this in production. verbose