Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
guptadev21 committed Oct 18, 2024
1 parent cee3987 commit d3c7767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riocli/device/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def report_device(
public_url = generate_shared_url(
device_guid, response["response"]["data"]["request_uuid"], expiry
)
click.secho(public_url.url, fg=Colors.GREEN)
click.secho("\nURL: {}".format(public_url.url), fg=Colors.GREEN)

spinner.text = click.style("Device reported successfully.", fg=Colors.GREEN)
spinner.green.ok(Symbols.SUCCESS)
Expand Down

0 comments on commit d3c7767

Please sign in to comment.