mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-19 16:10:46 +00:00
preventing blocking
This commit is contained in:
parent
097e145ff0
commit
4734e5f359
@ -208,8 +208,6 @@ class RTCom:
|
||||
def stop_recording(self):
|
||||
self.recording = False
|
||||
self.stop_flag = True
|
||||
self.recording_thread.join()
|
||||
self.transcription_thread.join()
|
||||
ASCIIColors.green("<<RTCOM off>>")
|
||||
|
||||
def _record(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user