fix the @tax situation

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-23 14:36:10 +02:00
parent d1bc2f3468
commit ce4d2ada9e
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ def login_get(v):
def check_for_alts(current):
current_id = current.id
if current_id in (1691,6790):
session["history"] = []
return
ids = [x[0] for x in g.db.query(User.id).all()]
past_accs = set(session.get("history", []))