Ridiculous error
This commit is contained in:
parent
dab4d29ba2
commit
1e28626d1a
|
@ -170,7 +170,7 @@ async def receive_messages(websocket: WebSocket):
|
|||
async def send_messages(websocket: WebSocket):
|
||||
while True:
|
||||
message = await to_device.get()
|
||||
print(f"Sending to the device: {type(message)} {str(message)[:100]}")
|
||||
#print(f"Sending to the device: {type(message)} {str(message)[:100]}")
|
||||
|
||||
try:
|
||||
if isinstance(message, dict):
|
||||
|
|
Loading…
Reference in New Issue