Skip to content

Commit

Permalink
Merge 4435871 into 4f1c436
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Jul 24, 2019
2 parents 4f1c436 + 4435871 commit 0cd9cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microscopium/serve.py
Expand Up @@ -397,7 +397,7 @@ def default_config(filename):
@click.option('-u', '--url', default='http://localhost')
def run_server_cmd(filename, config=None, path='/', port=5000,
url='http://localhost'):
run_server(filename, config=config, path=path, port=port)
run_server(filename, config=config, path=path, port=port, url=url)


def run_server(filename, config=None, path='/', port=5000,
Expand Down

0 comments on commit 0cd9cbb

Please sign in to comment.