formatted
This commit is contained in:
parent
5e7d8841af
commit
7a0e7708be
@ -52,7 +52,10 @@ fn download_into(
|
||||
}
|
||||
});
|
||||
|
||||
let client = reqwest::Client::builder().redirect(policy).referer(false).build()?;
|
||||
let client = reqwest::Client::builder()
|
||||
.redirect(policy)
|
||||
.referer(false)
|
||||
.build()?;
|
||||
let mut resp = client.get(url).send()?;
|
||||
info!("Status Resp: {}", resp.status());
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user