chore: removed change

This commit is contained in:
Storm
2026-01-20 12:52:27 +01:00
parent fb717ec488
commit 9a631066c0

View File

@@ -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()