Skip to content

Commit

Permalink
disable log
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr committed Jan 26, 2024
1 parent 2eb7cf2 commit 3b82929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/websocket_server/websocket_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async def print_clients(shared_data, mc):
logger.info(f"Clients:")
for client, data in shared_data.clients.items():
logger.info(client)
await mc.set(b"map_clients", json.dumps(shared_data.clients).encode('utf-8'))
#await mc.set(b"map_clients", json.dumps(shared_data.clients).encode('utf-8'))

except Exception as e:
logger.error(f"Error in update_shared_data: {e}")
Expand Down

0 comments on commit 3b82929

Please sign in to comment.