mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-04-01 17:45:39 +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,
|
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