From e359a8ebe294e0f55cf4164926011e893468e4bc Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 9 May 2025 02:16:40 +0200 Subject: [PATCH] Update. --- src/snek/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snek/app.py b/src/snek/app.py index 7a95d01..1c974a5 100644 --- a/src/snek/app.py +++ b/src/snek/app.py @@ -260,7 +260,7 @@ class Application(BaseApplication): paths = [] - uid = self.request.session.get("uid") + uid = request.session.get("uid") if uid: user_static_path = await self.services.user.get_static_path(uid) if user_static_path: