rozpracovane zmeny

This commit is contained in:
David Brazda
2023-04-19 08:40:02 +02:00
parent e1ce495168
commit 6524b228c4
11 changed files with 277 additions and 22 deletions

View File

@ -113,7 +113,7 @@ async def websocket_endpoint(
if data=="break":
break
await ws.send_text(data)
print("WSTX thread received data", data)
print("WSTX thread received data") #,data)
except Empty:
print("WSTX thread Heartbeat. No data received from queue.")
continue