Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeerArsala committed Oct 13, 2024
1 parent 03ee175 commit ff40ad8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ranlibx/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ def open_auth_server(host: str = "127.0.0.1", port: int = 8000, verbose: bool =
server.active_uvicorn_server_process.start(verbose=verbose)

# Send a message in terminal telling the user to go to the browser cli login
typer.echo(f"Go to https://ran.so/login/cli?callback_port={port} to log in (you'll come back here, dw)")
typer.echo(
f"Go to https://ran.so/login/cli?callback_port={port} to log in (you'll come back here, dw)"
)

# Stall while in progress
browser_auth_successful: bool = flow.wait_for_browser_auth(verbose=verbose)
Expand Down

0 comments on commit ff40ad8

Please sign in to comment.