create achievements

This commit is contained in:
2023-06-11 23:28:17 +02:00
parent e12d616436
commit ddd039fead
9 changed files with 169 additions and 13 deletions

View File

@@ -140,7 +140,7 @@ async fn ws_handler(
} else {
String::from("Unknown browser")
};
tracing::debug!("{user_agent} connected websocket.");
tracing::debug!("New ws connection from: {user_agent}.");
ws.on_upgrade(move |socket| handle_socket(socket, state_watch_rx))
}