Skip to content

Commit

Permalink
Removed unnecessary re-erase.
Browse files Browse the repository at this point in the history
  • Loading branch information
boocmp committed Jul 31, 2024
1 parent d009232 commit ff661ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stt_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ async def handleUpstream(
finally:
if text:
await pipe.push(ipc.messages.Text(text, True))
raise

except Exception as e:
return JSONResponse(
Expand Down

0 comments on commit ff661ce

Please sign in to comment.