Skip to content

Commit

Permalink
Check IP
Browse files Browse the repository at this point in the history
Signed-off by: David Rowenhorst <[email protected]>
  • Loading branch information
drowenhorst-nrl committed Jun 11, 2024
1 parent 51433fb commit 6ac0807
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyebsdindex/_ebsd_index_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
else:
from pyebsdindex import band_detect as band_detect

RAYIPADDRESS = '127.0.0.1'
#RAYIPADDRESS = '127.0.0.1'
RAYIPADDRESS = '0.0.0.0'
OSPLATFORM = platform.system()
#if OSPLATFORM == 'Darwin':
# RAYIPADDRESS = '0.0.0.0' # the localhost address does not work on macOS when on a VPN
Expand Down

0 comments on commit 6ac0807

Please sign in to comment.