Browse Source

Merge branch 'master' of https://github.com/KoljaB/RealtimeSTT

Kolja Beigel 10 tháng trước cách đây
mục cha
commit
d490767c4c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      RealtimeSTT/audio_recorder.py

+ 1 - 1
RealtimeSTT/audio_recorder.py

@@ -432,7 +432,7 @@ class AudioToTextRecorder:
             logging.debug("Explicitly setting the multiprocessing start method to 'spawn'")
             mp.set_start_method('spawn')
         except RuntimeError as e:
-            logging.debug("Start method has already been set. Details:", e)
+            logging.debug(f"Start method has already been set. Details: {e}")
 
         logging.info("Starting RealTimeSTT")