Skip to content

Commit

Permalink
Ridiculous error
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Mar 20, 2024
1 parent dab4d29 commit 1e28626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01OS/01OS/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1e28626

Please sign in to comment.