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