diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-28 13:22:41 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-28 13:22:41 -0700 |
commit | c5bd3231df17fda2130e3bd51188dbe34628321a (patch) | |
tree | 10adab8b356ec82308240379085483aff94e226e /python/client.py | |
parent | af542d66d884bd17daa6f40f3556aa4189b23b36 (diff) | |
download | fatcat-c5bd3231df17fda2130e3bd51188dbe34628321a.tar.gz fatcat-c5bd3231df17fda2130e3bd51188dbe34628321a.zip |
start refactoring pythong code
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() |