Skip to content

Commit

Permalink
fixed 修改为生产环境
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Jan 15, 2020
1 parent f4ba11f commit 216a552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reptile/Netsarang.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func init() {
// 获取可用mail
func NetsarangGetMail() (context.Context, context.CancelFunc, string, error) {
var mail string
ctx, cancel := ApplyDebug()
ctx, cancel := ApplyRun()
err := chromedp.Run(ctx, GetMail24MailName(&mail))
if err != nil {
return nil, nil, "", err
Expand Down

0 comments on commit 216a552

Please sign in to comment.