Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
Forgot to switch back to waitress after debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris230291 committed Sep 15, 2023
1 parent 1f21121 commit b54e94e
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 @@ -1180,5 +1180,5 @@ def lineup():

if __name__ == "__main__":
config = loadConfig()
# waitress.serve(app, port=8001, _quiet=True, threads=24)
app.run(host="0.0.0.0", port=8001, debug=debug)
waitress.serve(app, port=8001, _quiet=True, threads=24)
# app.run(host="0.0.0.0", port=8001, debug=debug)

0 comments on commit b54e94e

Please sign in to comment.