forked from MarseyWorld/MarseyWorld
fix wrong function
parent
54f79bb664
commit
a4bfaf5a28
|
@ -79,7 +79,7 @@ def check_for_alts(current, include_current_session=False):
|
|||
User.email_verified == True,
|
||||
User.id != current.id,
|
||||
).all()]
|
||||
past_accs.extend(more_ids)
|
||||
past_accs.update(more_ids)
|
||||
|
||||
for past_id in list(past_accs):
|
||||
if past_id == current.id: continue
|
||||
|
|
Loading…
Reference in New Issue