fix(kattis): emit checking_login at submit start for consistency
This commit is contained in:
parent
923dc7293f
commit
a47decf81b
1 changed files with 1 additions and 0 deletions
|
|
@ -329,6 +329,7 @@ class KattisScraper(BaseScraper):
|
|||
return self._submit_error("Missing credentials. Use :CP kattis login")
|
||||
|
||||
async with httpx.AsyncClient(follow_redirects=True) as client:
|
||||
print(json.dumps({"status": "checking_login"}), flush=True)
|
||||
await _load_kattis_cookies(client)
|
||||
if not client.cookies:
|
||||
print(json.dumps({"status": "logging_in"}), flush=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue