Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pratiks05 authored Apr 30, 2024
1 parent 6c44854 commit 47f5cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ def delete(sno):
db.session.commit()
return redirect("/")

if __name__ == "__main__":
app.run(debug=True)
# if __name__ == "__main__":
# app.run(debug=True)

0 comments on commit 47f5cee

Please sign in to comment.