fs
This commit is contained in:
parent
82e91d66d5
commit
7a567de4a9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue