Skip to content

Commit

Permalink
chore(downloading): Turn file downloading into a temporary status
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninoScordino committed Oct 1, 2024
1 parent 08effb6 commit c6ff995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ else
esac

# Confirm download has started
sendTG_edit_wrapper permanent "${MESSAGE_ID}" "${MESSAGE}"$'\n'"<code>Downloading the file...</code>" > /dev/null
sendTG_edit_wrapper temporary "${MESSAGE_ID}" "${MESSAGE}"$'\n'"<code>Downloading the file...</code>" > /dev/null
echo "[INFO] Started downloading... ($(date +%R:%S))"

# downloadError: Kill the script in case downloading failed
Expand Down

0 comments on commit c6ff995

Please sign in to comment.