mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
reorder asc
This commit is contained in:
parent
f244ca9203
commit
65dc7d70e1
1 changed files with 1 additions and 1 deletions
|
|
@ -25,8 +25,8 @@ async fn main() -> Result<()> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt()
|
fmt()
|
||||||
.with_timer(T)
|
|
||||||
.with_env_filter(EnvFilter::from_default_env())
|
.with_env_filter(EnvFilter::from_default_env())
|
||||||
|
.with_timer(T)
|
||||||
.init()
|
.init()
|
||||||
}
|
}
|
||||||
// init components
|
// init components
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue