This commit is contained in:
Aevann1 2022-02-14 01:07:13 +02:00
parent 23668772e5
commit 8f1ab79f95
3 changed files with 40 additions and 13 deletions

View file

@ -25,6 +25,7 @@ def login_get(v):
def check_for_alts(current_id):
if SITE == 'localhost': return
past_accs = set(session.get("history", []))
past_accs.add(current_id)
session["history"] = list(past_accs)