Skip to content

Commit

Permalink
update result message
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed Apr 23, 2024
1 parent 537cdb7 commit 3708a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rqc.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_execution_status(execution_id, access_token):

result_data = json.loads(result)

print(f'\n\033[36mRemote quick command answer:\033[0m \n\n{result_data}')
print(f'\n\033[36mRemote quick command result:\033[0m \n\n{result_data}')

save_output('result', result_data)

Expand Down

0 comments on commit 3708a45

Please sign in to comment.