You are viewing a single comment's thread from:

RE: Python Libraries - Easy Splinterlands Card Monitoring

in Pythonlast year (edited)

Yes, there's a bunch of info in the foundcard dictionary, so you need to create a new variable during the loop and add it. Then you can append it to the f' string print statement.

image.png

image.png

That might be tough to understand, but if you add a print(foundcard) directly after the for statement, you can see what other stuff you can extract.