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:
|
try:
|
||||||
new_alt = Alt(user1=past_id, user2=current_id)
|
new_alt = Alt(user1=past_id, user2=current_id)
|
||||||
g.db.add(new_alt)
|
g.db.add(new_alt)
|
||||||
|
g.db.flush()
|
||||||
except BaseException:
|
except BaseException:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue