Skip to content

Commit 94e9eed

Browse files
fix
1 parent 692a2ab commit 94e9eed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ def tag_vote():
179179

180180
if tag !=None:
181181
tag.first_tag=tag_
182-
tag.problem_name=request.args.get('problem_name')
183-
db.session.commit()
182+
db.session.commit()
184183

185184
return render_template('vote_fin.html')
186185

0 commit comments

Comments
 (0)