Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: tsukinaha <[email protected]>
  • Loading branch information
tsukinaha committed Jan 23, 2025
1 parent b0e15d1 commit f6739b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl ReqClient {
#[cfg(target_os = "windows")]
let client = {
let client_builder = reqwest::Client::builder()
.user_agent(crate::USER_AGENTT.as_str())
.user_agent(crate::USER_AGENT.as_str())
.timeout(std::time::Duration::from_secs(10))
.pool_max_idle_per_host(settings.int("threads") as usize);

Expand Down

0 comments on commit f6739b9

Please sign in to comment.