Skip to content

Commit 216a552

Browse files
author
bajins
committed
fixed 修改为生产环境
1 parent f4ba11f commit 216a552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reptile/Netsarang.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func init() {
3434
// 获取可用mail
3535
func NetsarangGetMail() (context.Context, context.CancelFunc, string, error) {
3636
var mail string
37-
ctx, cancel := ApplyDebug()
37+
ctx, cancel := ApplyRun()
3838
err := chromedp.Run(ctx, GetMail24MailName(&mail))
3939
if err != nil {
4040
return nil, nil, "", err

0 commit comments

Comments
 (0)