Open moisty70 opened 4 years ago
get them with
your_session.unassigned()
From this list, take the identifier "id" and then use send sendToTradepile(id, safe=False).
Read the documentation for a better understanding, the link is on the front page of this repository.
safe=False, What does it mean ?
safe checks whether there is enough space on the tradepile, so that its not attempting to shift the card when its not actually possible.
In my experience, it somehow doesnt work though so i put the safe flag to False and do my own check. You can just take len(your_session.tradePile()) and verify that it is not full.
Thanks.
I am trying to buy items and then sell them for a higher price. I can buy the items but they go to WON LIST and don't know how can I access it.