Skip to content
Snippets Groups Projects
Commit 598c47a1 authored by Erik Johnston's avatar Erik Johnston
Browse files

Change default server url to match default ports

parent 9266cb0a
No related branches found
No related tags found
No related merge requests found
......@@ -129,10 +129,10 @@ if __name__ == "__main__":
parser.add_argument(
"server_url",
default="https://localhost:8480",
default="https://localhost:8448",
nargs='?',
help="URL to use to talk to the home server. Defaults to "
" 'https://localhost:8480'.",
" 'https://localhost:8448'.",
)
args = parser.parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment