fix error

This commit is contained in:
alex 2025-10-22 21:21:06 +08:00
parent df06803004
commit 6f996d020a

View File

@ -77,7 +77,7 @@ async fn main() {
// exit(0);
}
*/
if let Err(e) = edge.start_without_feedback(cmd.token).await {
if let Err(e) = edge.start_without_feedback(cmd.token, cmd.network_code).await {
error!("failed to start: {:?}", e);
}