Added sleep to be polite

This commit is contained in:
Anon 2024-04-11 19:19:15 -07:00
parent 21b8f2b469
commit c782c34cd2

View File

@ -60,6 +60,7 @@ PICKED="/tmp/$(basename "$URL_FILE")"
# Always delete the temporary file # Always delete the temporary file
trap "rm ${PICKED}" EXIT trap "rm ${PICKED}" EXIT
sleep 1
curl -L -s "$URL_FILE" -o "$PICKED" curl -L -s "$URL_FILE" -o "$PICKED"
[ "$RATING" = "general" ] && NSFW="--safe" && TEXT="$MSG_SFW" [ "$RATING" = "general" ] && NSFW="--safe" && TEXT="$MSG_SFW"