Skip to content

Commit

Permalink
fix6
Browse files Browse the repository at this point in the history
  • Loading branch information
Myxogastria0808 committed Jan 14, 2024
1 parent 10f3669 commit da77a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ def plot_graph_1(list2):
])

if __name__ == '__main__':
app.run_server(host='127.0.0.1', port='8000', debug=False)
app.run_server(debug=False)
2 changes: 1 addition & 1 deletion startup.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:app
gunicorn --bind=0.0.0.0 --timeout 600 app:app

0 comments on commit da77a83

Please sign in to comment.