PokerStarsToFpdb - Add comment on parsing tourney buy-in

This commit is contained in:
Worros 2009-12-21 16:10:44 +08:00
parent 7b7865e794
commit b71e485252

View File

@ -203,6 +203,8 @@ class PokerStars(HandHistoryConverter):
if key == 'TOURNO':
hand.tourNo = info[key]
if key == 'BUYIN':
#FIXME: The key looks like: '€0.82+€0.18 EUR'
# This should be parsed properly and used
hand.buyin = info[key]
if key == 'LEVEL':
hand.level = info[key]