forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-23 00:55:50 +02:00
parent 67c496a6d2
commit 63c7d4e601
1 changed files with 1 additions and 0 deletions

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