Skip to content

Commit

Permalink
revert(0a61cdd): you're one spammy boi
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninoScordino committed Jan 4, 2025
1 parent eead2cb commit bdd5430
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 @@ -232,7 +232,7 @@ fi

if [[ "${USE_ALT_DUMPER}" == "false" ]]; then
sendTG_edit_wrapper temporary "${MESSAGE_ID}" "${MESSAGE}"$'\n'"Extracting firmware with Python dumper..." > /dev/null
uvx dumpyara -v "${FILE}" -o "${PWD}" || {
uvx dumpyara "${FILE}" -o "${PWD}" || {
sendTG_edit_wrapper permanent "${MESSAGE_ID}" "${MESSAGE}"$'\n'"<code>Extraction failed!</code>" > /dev/null
terminate 1
}
Expand Down

0 comments on commit bdd5430

Please sign in to comment.