ciyidogan commited on
Commit
f451859
·
verified ·
1 Parent(s): edc0485

Update stt/stt_google.py

Browse files
Files changed (1) hide show
  1. stt/stt_google.py +1 -1
stt/stt_google.py CHANGED
@@ -340,7 +340,7 @@ class GoogleCloudSTT(STTInterface):
340
  # Stop event'i temizle
341
  self.stop_event.clear()
342
 
343
- python# Yeni client oluştur (TEK SEFER)
344
  self.client = speech.SpeechClient()
345
  log_info("✅ Created new Google Speech client")
346
 
 
340
  # Stop event'i temizle
341
  self.stop_event.clear()
342
 
343
+ # Yeni client oluştur (TEK SEFER)
344
  self.client = speech.SpeechClient()
345
  log_info("✅ Created new Google Speech client")
346