diff options
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-x | pyLoadCli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py index cc5e08e35..e41a8767b 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -495,7 +495,7 @@ if __name__ == "__main__": username = "" password = "" addr = "127.0.0.1" - port = 7228 + port = 7227 interactive = False command = None |