fix error
This commit is contained in:
parent
df06803004
commit
6f996d020a
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user