mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-29 17:11:19 +01:00
resets default host to 0.0.0.0
This commit is contained in:
@@ -164,7 +164,7 @@ class Server:
|
||||
def __init__( # noqa: PLR0913
|
||||
self,
|
||||
service: DataService,
|
||||
host: str = "127.0.0.1",
|
||||
host: str = "0.0.0.0",
|
||||
rpc_port: int = 18871,
|
||||
web_port: int = 8001,
|
||||
enable_rpc: bool = True,
|
||||
|
||||
Reference in New Issue
Block a user