Skip to content

Commit ac835b6

Browse files
committed
Yet more print
1 parent d30caf4 commit ac835b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/methods.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,12 @@ func RefreshAstraToken(chromedpCtx context.Context) map[string][]string {
159159
if !gotToken {
160160
return errors.New("failed to get a new token")
161161
}
162+
log.Print("5.3.3")
162163
return nil
163164
}),
165+
chromedp.WaitVisible(`body`, chromedp.ByQuery),
164166
)
165-
log.Print("5.3.3")
167+
log.Print("5.3.4")
166168
if err != nil {
167169
panic(err)
168170
}

0 commit comments

Comments
 (0)