Sleep a while when request fails

This commit is contained in:
southerntofu 2020-09-30 10:22:09 -04:00
parent 304fd9429d
commit b01656134c
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ function send_webhook {
return 0;
fi
((n++))
sleep 0.1
done
}