Skip to content

Commit 383eac7

Browse files
Format
1 parent 1d07156 commit 383eac7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-reports/app.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020

2121
async def refresh_persistent_cookies() -> None:
2222
for org_id, (auth_cookie, _) in persistent_organisations.items():
23-
persistent_organisations[org_id] = (auth_cookie, await check_or_refresh_cookie(org_id, auth_cookie))
23+
persistent_organisations[org_id] = (
24+
auth_cookie,
25+
await check_or_refresh_cookie(org_id, auth_cookie)
26+
)
2427

2528

2629
@app.route("/")

0 commit comments

Comments
 (0)