diff options
Diffstat (limited to 'python/client.py')
-rwxr-xr-x | python/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |