From c5bd3231df17fda2130e3bd51188dbe34628321a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 May 2018 13:22:41 -0700 Subject: start refactoring pythong code --- python/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/client.py') diff --git a/python/client.py b/python/client.py index d1580be5..070d046a 100755 --- a/python/client.py +++ b/python/client.py @@ -18,7 +18,7 @@ def main(): action='store_true', help="enable debugging interface") parser.add_argument('--host-url', - default="http://localhost:8040", + default="http://localhost:9411", help="connect to this host/port") subparsers = parser.add_subparsers() -- cgit v1.2.3