We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d18a8 commit 7c37edcCopy full SHA for 7c37edc
pyxtermjs/app.py
@@ -135,7 +135,7 @@ def main():
135
stream=sys.stdout,
136
level=logging.DEBUG if args.debug else logging.INFO,
137
)
138
- logging.info(f"serving on http://127.0.0.1:{args.port}")
+ logging.info(f"serving on http://{args.host}:{args.port}")
139
socketio.run(app, debug=args.debug, port=args.port, host=args.host)
140
141
0 commit comments