mirror of
https://github.com/Snawoot/opera-proxy.git
synced 2025-09-01 18:20:23 +00:00
fmt
This commit is contained in:
parent
eee7ad8814
commit
e1dd2429fe
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ func NewSEClient(apiUsername, apiSecret string, transport http.RoundTripper) (*S
|
|||
|
||||
res := &SEClient{
|
||||
httpClient: &http.Client{
|
||||
Jar: jar,
|
||||
Jar: jar,
|
||||
Transport: dac.NewDigestTransport(apiUsername, apiSecret, transport),
|
||||
},
|
||||
Settings: DefaultSESettings,
|
||||
|
|
Loading…
Add table
Reference in a new issue