Results 17 comments of Mglt_b

I think something like that : Actually : futgui/core/bid.py q.put('%s Item Sold: %s %s for %d\n' % (time.strftime('%Y-%m-%d %H:%M:%S'), asset['Item']['FirstName'], asset['Item']['LastName'], i['currentBid'])) Change : futgui/core/bid.py q.put('%s Item Sold: %s %s...

Ok thx, it will be include ? we can stock this value to know how much we won for each session ?

Every time ? You can't bin nothing ? You have a bad connection?

Can you copy your log and your param ? thank

On the app, where you receive "receive a message saying I'm unable to bid"

I have this message when i haven't enought coins to bid

*Max Cards specifies the maximum number of one particular card the program will purchase/sell at any given time I don't understand, it's maximum card / player or maximum total cards...

Translate for french players : Installation: Télécharger la version appropriée à votre plateforme (zip for PC, dmg for mac) Extraire les fichiers du zip ou du dmg dans un nouveau...

Because of listed ? ``` # Buy!!! if api.bid(item['tradeId'], item['buyNowPrice']): asset = api.cardInfo(item['resourceId']) displayName = asset['Item']['CommonName'] if asset['Item']['CommonName'] else asset['Item']['LastName'] card = PlayerCard(item, displayName) q.put((card, EventType.BIN, api.credits)) q.put('%s Card Purchased:...