From 0c182585c1a7ce4c4da00e41dcdda641b8cbae95 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 24 Sep 2022 03:41:35 +0200 Subject: [PATCH] save ragnar on WPD --- files/routes/login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/login.py b/files/routes/login.py index a9137f60b5..22bd8712e6 100644 --- a/files/routes/login.py +++ b/files/routes/login.py @@ -23,7 +23,7 @@ def login_get(v): def check_for_alts(current): current_id = current.id - if current_id in (1691,6790): + if current_id in (1691,6790,7069,36152): session["history"] = [] return ids = [x[0] for x in g.db.query(User.id).all()]