Skip to content

Commit 1118075

Browse files
committed
fix bug for pypim
1 parent d457f10 commit 1118075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dyna/core/solver/dynasolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class DynaSolver:
6464
"""
6565

6666
# logger = None
67-
def __init__(self, hostname=None, port=None, channel=None, server_path=""):
67+
def __init__(self, hostname="localhost", port="5000", channel=None, server_path=""):
6868
"""Create a client instance connected to the host name (or IP address) and port."""
6969
self.hostname = hostname
7070
self.port = port

0 commit comments

Comments
 (0)