removed unimportant prints
This commit is contained in:
@@ -161,7 +161,6 @@ impl Requester {
|
||||
return Ok(response.text().await?);
|
||||
}
|
||||
if response.status().as_u16() == 429 {
|
||||
println!("Received 429 Too Many Requests, retrying after delay...");
|
||||
tokio::time::sleep(std::time::Duration::from_secs(1)).await;
|
||||
continue;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user