Skip to content

Commit b391470

Browse files
committed
Change default address
1 parent 3314a9f commit b391470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ def meddisc() -> None:
15311531
)
15321532
run(
15331533
app,
1534-
host="0.0.0.0", # noqa: S104
1534+
host=socket.gethostbyname(socket.gethostname()),
15351535
port=8000,
15361536
ssl_certfile="tmp/fullchain.pem",
15371537
ssl_keyfile="tmp/privkey.pem",

0 commit comments

Comments
 (0)