Added sleep to be polite
This commit is contained in:
parent
21b8f2b469
commit
c782c34cd2
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user