Problem: the submit path guarded `cookie_cache.write_text` on the presence of a `JSESSIONID` cookie, which Codeforces does not use. The file was therefore never written, breaking the fast-path on subsequent submits. Solution: replace the name-specific guard with a non-empty check so cookies are persisted whenever the browser session has any cookies, matching the unconditional save already used in the login path. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| atcoder.py | ||
| base.py | ||
| codechef.py | ||
| codeforces.py | ||
| cses.py | ||
| kattis.py | ||
| language_ids.py | ||
| models.py | ||
| timeouts.py | ||
| usaco.py | ||