We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ba11f commit 216a552Copy full SHA for 216a552
reptile/Netsarang.go
@@ -34,7 +34,7 @@ func init() {
34
// 获取可用mail
35
func NetsarangGetMail() (context.Context, context.CancelFunc, string, error) {
36
var mail string
37
- ctx, cancel := ApplyDebug()
+ ctx, cancel := ApplyRun()
38
err := chromedp.Run(ctx, GetMail24MailName(&mail))
39
if err != nil {
40
return nil, nil, "", err
0 commit comments