Explorar o código

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

Kolja Beigel hai 10 meses
pai
achega
d490767c4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")