This message was deleted.
# python
s
This message was deleted.
m
How are you using the values in
host_thumb_list
?
These will be instances of
GetHostThumbprintResult
. If you want the list to be of the actual thumbprint values, I think you’ll need to do something like:
Copy code
host_thumb_list.append(thumbprint.id)
g
Thank you @microscopic-pilot-97530 that was exactly it!
👍 1