Removed useless sleep
This commit is contained in:
parent
eee09b631e
commit
65b162e34a
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ for i in $SELECTION;do
|
|||
[ "$RATING" = "general" ] && NSFW="--safe" && TEXT="$MSG_SFW"
|
||||
[ "$RATING" = "sensitive" ] && NSFW="--safe" && TEXT="$MSG_SFW"
|
||||
|
||||
[ ! -f "$PICKED" ] && echo "Failed to download: ${URL_FILE} to ${PICKED}" && sleep 30 && continue
|
||||
[ ! -f "$PICKED" ] && echo "Failed to download: ${URL_FILE} to ${PICKED}" && continue
|
||||
|
||||
case "$(file --mime-type "$PICKED")" in
|
||||
*': image/'*) ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue