We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c821c commit faa0456Copy full SHA for faa0456
css-reports/app.py
@@ -19,7 +19,7 @@
19
20
21
async def refresh_persistent_cookies() -> None:
22
- for org_id, (auth_cookie, _) in persistent_organisations.items():
+ for org_id, (_, auth_cookie) in persistent_organisations.items():
23
persistent_organisations[org_id] = (
24
auth_cookie,
25
await check_or_refresh_cookie(org_id, auth_cookie)
0 commit comments