Skip to content

Commit

Permalink
connect to localhost rather than the hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jan 31, 2024
1 parent 9f16db4 commit 3a4793d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pympipool/shared/communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ def interface_bootup(
command_lst,
connections,
):
command_lst += [
"--host",
gethostname(),
]
# command_lst += [
# "--host",
# gethostname(),
# ]
interface = SocketInterface(interface=connections)
command_lst += [
"--zmqport",
Expand Down

0 comments on commit 3a4793d

Please sign in to comment.