Spaces:
Building
Building
Update stt/stt_google.py
Browse files- 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 |
-
|
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 |
|