From d3c7767460fdacd840280b240db521e0a86e6e7b Mon Sep 17 00:00:00 2001 From: guptadev21 Date: Fri, 18 Oct 2024 17:41:02 +0530 Subject: [PATCH] chore: update --- riocli/device/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riocli/device/report.py b/riocli/device/report.py index fef51c15..d0fd3483 100644 --- a/riocli/device/report.py +++ b/riocli/device/report.py @@ -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)