Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pmahajan1121 authored Jan 3, 2024
1 parent 6080f64 commit e3bfea1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ def index_post():
val = (translated_text, original_text, target_language)
mycursor.execute(sql, val)

mydb.commit()

# Call render template, passing the translated text,
# original text, and target language to the template
return render_template(
Expand Down

0 comments on commit e3bfea1

Please sign in to comment.