mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-02 04:37:35 +03:00
style(clippy)
This commit is contained in:
parent
100a7b65a6
commit
7fe109df22
1 changed files with 3 additions and 2 deletions
|
@ -149,9 +149,10 @@ async fn main() {
|
|||
match rate_limit_check().await {
|
||||
Ok(()) => {
|
||||
info!("[✅] Rate limit check passed");
|
||||
},
|
||||
}
|
||||
Err(e) => {
|
||||
log::error!("[❌] Rate limit check failed: {}", e);
|
||||
log::error!(" Rate limit check failed: {}", e);
|
||||
println!("[❌] Rate limit check failed: {}", e);
|
||||
std::process::exit(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue