bugfix
This commit is contained in:
@@ -83,6 +83,12 @@ impl Requester {
|
|||||||
.await;
|
.await;
|
||||||
match result {
|
match result {
|
||||||
Ok(res) => {
|
Ok(res) => {
|
||||||
|
self.client.update()
|
||||||
|
.headers(|headers| {
|
||||||
|
headers.insert("Cookie", HeaderValue::from_str("").unwrap());
|
||||||
|
})
|
||||||
|
.apply()
|
||||||
|
.unwrap();
|
||||||
let useragent = res.solution.userAgent;
|
let useragent = res.solution.userAgent;
|
||||||
self.client.update()
|
self.client.update()
|
||||||
.headers(|headers| {
|
.headers(|headers| {
|
||||||
|
|||||||
Reference in New Issue
Block a user