unn w rap
This commit is contained in:
parent
9acf848116
commit
778995ae15
|
@ -21,7 +21,7 @@ enum Error {
|
|||
}
|
||||
|
||||
fn entry() -> Result<(), Error> {
|
||||
let mut rt = tokio::runtime::Runtime::new()?;
|
||||
let mut rt = tokio::runtime::Runtime::new().unwrap();
|
||||
let mut log = Logger::new();
|
||||
rt.block_on(start(&mut log))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue