added debug on args

This commit is contained in:
Patrick Mahnke-Hartmann
2025-09-01 16:46:22 +02:00
parent 2dbad98ec2
commit 7da3223000

View File

@@ -34,6 +34,7 @@ async fn main() -> Result<(), Box<dyn Error + Send + Sync>> {
}
let server_url = &args[1];
println!("Server URL: {:?}", server_url);
// Registration
let (server_id, ip) = match api::register_with_server(&server_url).await {