mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Tune announcer performance
This commit is contained in:
parent
063c8baaa9
commit
5d6e537ac2
7 changed files with 15 additions and 3 deletions
|
@ -41,7 +41,7 @@ impl Client {
|
|||
|
||||
fn build_request(&self, r: RequestBuilder) -> Result<Response, Error> {
|
||||
let v = r.query(&[("k", &*self.key)]).build()?;
|
||||
dbg!(v.url());
|
||||
// dbg!(v.url());
|
||||
Ok(self.client.execute(v)?)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue