ci: format

This commit is contained in:
Barrett Ruth 2026-03-06 13:21:49 -05:00
parent 297c71e7c7
commit 90eedeb55f
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -44,7 +44,8 @@ local function run_scraper(platform, subcommand, args, opts)
return { success = false, error = msg }
end
local needs_browser = subcommand == 'submit' or subcommand == 'login'
local needs_browser = subcommand == 'submit'
or subcommand == 'login'
or (platform == 'codeforces' and (subcommand == 'metadata' or subcommand == 'tests'))
if needs_browser then