kopia lustrzana https://github.com/simonw/datasette
Try click.echo() instead, refs #1958
rodzic
0b68996cc5
commit
06d20c792f
|
@ -618,7 +618,7 @@ def serve(
|
|||
url = "http://{}:{}{}?token={}".format(
|
||||
host, port, ds.urls.path("-/auth-token"), ds._root_token
|
||||
)
|
||||
print(url)
|
||||
click.echo(url)
|
||||
if open_browser:
|
||||
if url is None:
|
||||
# Figure out most convenient URL - to table, database or homepage
|
||||
|
|
Ładowanie…
Reference in New Issue