ciyidogan commited on
Commit
584e618
Β·
verified Β·
1 Parent(s): 306141a

Update stt_google.py

Browse files
Files changed (1) hide show
  1. stt_google.py +1 -1
stt_google.py CHANGED
@@ -201,7 +201,7 @@ class GoogleCloudSTT(STTInterface):
201
  except Exception as e:
202
  log_error(f"❌ Fatal error in STT stream thread", error=str(e), traceback=traceback.format_exc())
203
  finally:
204
- log_info("🎀 Google STT stream thread ended"))
205
 
206
  def _put_result(self, result: TranscriptionResult):
207
  """Helper to put result in queue"""
 
201
  except Exception as e:
202
  log_error(f"❌ Fatal error in STT stream thread", error=str(e), traceback=traceback.format_exc())
203
  finally:
204
+ log_info("🎀 Google STT stream thread ended")
205
 
206
  def _put_result(self, result: TranscriptionResult):
207
  """Helper to put result in queue"""