fix(scrape): proper vars
This commit is contained in:
parent
d827b6dd0b
commit
df1b4c2009
1 changed files with 2 additions and 2 deletions
|
|
@ -334,9 +334,9 @@ function M.scrape_problems_parallel(platform, contest_id, problems, config)
|
||||||
timeout = 30000,
|
timeout = 30000,
|
||||||
})
|
})
|
||||||
|
|
||||||
jobs[problem.id] = {
|
jobs[prob.id] = {
|
||||||
job = job,
|
job = job,
|
||||||
problem = problem,
|
problem = prob,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue