You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: