resets default host to 0.0.0.0

This commit is contained in:
Mose Müller 2023-12-04 08:42:52 +01:00
parent 246148f513
commit e6e5ac84b4

View File

@ -164,7 +164,7 @@ class Server:
def __init__( # noqa: PLR0913 def __init__( # noqa: PLR0913
self, self,
service: DataService, service: DataService,
host: str = "127.0.0.1", host: str = "0.0.0.0",
rpc_port: int = 18871, rpc_port: int = 18871,
web_port: int = 8001, web_port: int = 8001,
enable_rpc: bool = True, enable_rpc: bool = True,