chore: removed change
This commit is contained in:
@@ -90,8 +90,6 @@ class AudioSender(SocketBase):
|
||||
stream = None
|
||||
|
||||
try:
|
||||
state.active_event.wait() # Wait until the system is not paused
|
||||
|
||||
# Test in case exit_event was set while waiting
|
||||
if not state.exit_event.is_set():
|
||||
stream = open_stream()
|
||||
|
||||
Reference in New Issue
Block a user