We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4525a7 commit f6adff0Copy full SHA for f6adff0
1 file changed
docs/getting_started.rst
@@ -286,7 +286,7 @@ multiple commands concurrently.
286
return response
287
288
target_id = target.TargetID('F86FCB9B3890EB413FAC5DD9DD150E6F')
289
- target_info = run_command(target.get_target_info(target_info))
+ target_info = run_command(target.get_target_info(target_id))
290
print(target_info)
291
292
The script above prints something like this:
0 commit comments