Skip to content

Commit

Permalink
Do not retry audios with errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hauck-jvsh committed Jul 8, 2024
1 parent 9dbd88f commit 42ee8e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public void run() {
}
result=req.result;
if(result==null) {
error=true;
error = false;
throw new Exception("Error processing the audio");
}

Expand Down

0 comments on commit 42ee8e6

Please sign in to comment.