fix some cachign
This commit is contained in:
parent
a925686a17
commit
e6c09a4897
5 changed files with 42 additions and 25 deletions
|
|
@ -128,11 +128,10 @@ function M.scrape_problem_tests(platform, contest_id, problem_id, callback)
|
|||
expected_file
|
||||
)
|
||||
end
|
||||
if type(callback) == 'function' then
|
||||
callback(result.data)
|
||||
end
|
||||
end)
|
||||
|
||||
if type(callback) == 'function' then
|
||||
callback(result.data)
|
||||
end
|
||||
end,
|
||||
})
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue