mirror of https://github.com/morpheus65535/bazarr
Continuing development
This commit is contained in:
parent
e12b09bca9
commit
046f4e652b
|
@ -1753,8 +1753,7 @@ def handle_websocket():
|
|||
while True:
|
||||
try:
|
||||
if len(queueconfig.q4ws) > 0:
|
||||
wsock.send(queueconfig.q4ws[0])
|
||||
queueconfig.q4ws.popleft()
|
||||
wsock.send(queueconfig.q4ws.popleft())
|
||||
gevent.sleep(0)
|
||||
except WebSocketError:
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue