Skip to content

Commit

Permalink
Use localhost instead of 127.0.0.1 (better for hot reload downstream)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen committed Dec 21, 2023
1 parent 34cac4c commit 253dd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesop/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main(argv):
Reset = "\x1b[0m"
logging.log(
logging.INFO,
f"\n{FgGreen}Running server on: http://127.0.0.1:{port()}{Reset}",
f"\n{FgGreen}Running server on: http://localhost:{port()}{Reset}",
)
logging.getLogger("werkzeug").setLevel(logging.WARN)

Expand Down

0 comments on commit 253dd31

Please sign in to comment.