Skip to content

Commit f2b1457

Browse files
committed
update
1 parent 742c4e8 commit f2b1457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "web-sand"
3-
version = "4.2.0"
3+
version = "4.2.1"
44
description = "UI for browsing/editing semantic descriptions"
55
authors = ["Binh Vu <binh@toan2.com>"]
66
repository = "https://github.com/usc-isi-i2/sand"

sand/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def start(
6666
else:
6767
logger.info("Start server in non-wsgi mode")
6868
http_server = HTTPServer(WSGIContainer(app), ssl_options=ssl_options)
69-
http_server.listen(port)
69+
http_server.listen(address="0.0.0.0", port=port)
7070
IOLoop.instance().start()
7171

7272

0 commit comments

Comments
 (0)