Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 5a02932

Browse files
committed
helper 修改流程
1 parent 2c1d3d6 commit 5a02932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Helper/problemGoFile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func makeTasks(url string, function *string) chromedp.Tasks {
8080
return chromedp.Tasks{
8181
chromedp.Navigate(url),
8282

83-
chromedp.Sleep(10 * time.Second),
83+
chromedp.Sleep(12 * time.Second),
8484

8585
chromedp.Text(codeSel, function),
8686
}

leetcode.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Username": "aQuaYi",
33
"Ranking": 837,
4-
"Updated": "2018-11-04T21:09:30.012007441+08:00",
4+
"Updated": "2018-11-04T21:23:01.778285386+08:00",
55
"Record": {
66
"Easy": {
77
"Solved": 203,

0 commit comments

Comments
 (0)