vc
This commit is contained in:
parent
23668772e5
commit
8f1ab79f95
3 changed files with 40 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue