mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
cleanup a bit
This commit is contained in:
parent
2ee058171e
commit
4f684e4bf4
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ async fn main() -> Result<()> {
|
|||
config.sleep,
|
||||
)
|
||||
}
|
||||
std::thread::sleep(Duration::from_secs(config.sleep));
|
||||
std::thread::sleep(Duration::from_secs(config.sleep))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue