fix(scrapers): cses interactive problems

This commit is contained in:
Barrett Ruth 2025-10-05 20:55:43 -04:00
parent 78c4cc779e
commit d4df57bd05
3 changed files with 14 additions and 20 deletions

View file

@ -153,9 +153,7 @@ function M.handle_command(opts)
cache_commands.handle_cache_command(cmd)
elseif cmd.type == 'contest_setup' then
local setup = require('cp.setup')
if setup.set_platform(cmd.platform) then
setup.setup_contest(cmd.platform, cmd.contest, nil)
end
setup.setup_contest(cmd.platform, cmd.contest, nil)
return
end
end