This commit is contained in:
Aevann1 2021-09-23 00:55:50 +02:00
parent 82e91d66d5
commit 7a567de4a9

View file

@ -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