cleanup a bit

This commit is contained in:
yggverse 2025-07-09 15:09:06 +03:00
parent 2ee058171e
commit 4f684e4bf4

View file

@ -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))
} }
} }