Skip to content

Commit

Permalink
swap to production server
Browse files Browse the repository at this point in the history
  • Loading branch information
zshafiqu committed Mar 25, 2020
1 parent b6fd004 commit 1a75695
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,5 @@ def about():
return render_template('about.html')
# ----------------------
if __name__ == '__main__':
# from waitress import serve
# serve(app)
app.run(debug=True)
from waitress import serve
serve(app)

0 comments on commit 1a75695

Please sign in to comment.