Skip to content

Commit

Permalink
fix bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 25, 2024
1 parent 4953250 commit 732ef35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ def index():


if __name__ == '__main__':
app.run(debug=True)
app.run(host='0.0.0.0', port=5000, debug=os.environ.get("FLASK_DEBUG", "False"))

0 comments on commit 732ef35

Please sign in to comment.