Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VoronM1522 authored Feb 26, 2025
1 parent c0a61c4 commit 0a9eadb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app_python/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ def metrics() -> Response:


if __name__ == "__main__":
app.run(host="0.0.0.0", port=5000, debug=True)
app.run(host="0.0.0.0", port=5000, debug=True)

0 comments on commit 0a9eadb

Please sign in to comment.