Commit f57c2d70 authored by panos's avatar panos

Bug fixed - network error

parent a37bec25
......@@ -211,7 +211,7 @@ def main(*args):
parser = argparse.ArgumentParser(description='Launch the DREAM simulation platform.')
parser.add_argument('--port', default=5000, type=int,
help='Port number to listen on')
parser.add_argument('--host', default="localhost", help='Host address')
parser.add_argument('--host', default="127.0.0.1", help='Host address')
parser.add_argument('--logfile', help='Log to file')
parser.add_argument('--debug', help='Debug mode', action='store_true')
arguments = parser.parse_args()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment