token start
This commit is contained in:
parent
04ffce9b94
commit
152061468a
@ -26,7 +26,7 @@ async fn main() {
|
||||
mtu: 1290,
|
||||
name: "tau".to_owned(),
|
||||
tos: 0,
|
||||
token: cmd.token,
|
||||
token: "".to_owned(),
|
||||
allow_p2p: true,
|
||||
}, tx,
|
||||
).await;
|
||||
@ -34,7 +34,7 @@ async fn main() {
|
||||
let _ = rx.recv();
|
||||
|
||||
let edge = get_edge();
|
||||
edge.start("0".to_owned()).await;
|
||||
edge.start(cmd.token).await;
|
||||
|
||||
/*
|
||||
tokio::time::sleep(Duration::from_secs(20)).await;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user