Explorar el Código

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

Kolja Beigel hace 10 meses
padre
commit
d490767c4c
Se han modificado 1 ficheros con 1 adiciones y 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")