From 63c7d4e601467c91f4caac6b5fcd131352363747 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 23 Sep 2021 00:55:50 +0200 Subject: [PATCH] fs --- files/routes/login.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/login.py b/files/routes/login.py index a20062ca20..f10d8132e6 100644 --- a/files/routes/login.py +++ b/files/routes/login.py @@ -42,6 +42,7 @@ def check_for_alts(current_id): try: new_alt = Alt(user1=past_id, user2=current_id) g.db.add(new_alt) + g.db.flush() except BaseException: pass