parent
2f46f65654
commit
b1c18ad827
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ async fn main() -> io::Result<()> {
|
|||
let graph = Graph::load();
|
||||
instant = tlog!(&instant, "Loaded graph");
|
||||
|
||||
let _ = en::router::new(graph);
|
||||
let router = en::router::new(graph);
|
||||
tlog!(&instant, "Initialized router");
|
||||
|
||||
let address = args.make_address();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue