fix call to tourney.addPlayer after removal of payinAmount

This commit is contained in:
steffen123 2010-07-04 23:42:57 +02:00
parent ea1e136ae2
commit fd7556af89

View File

@ -654,7 +654,7 @@ class Fulltilt(HandHistoryConverter):
else:
winnings = "0"
tourney.addPlayer(rank, a.group('PNAME'), winnings, "USD", 0, 0, 0, 0) #TODO: make it store actual winnings currency
tourney.addPlayer(rank, a.group('PNAME'), winnings, "USD", 0, 0, 0) #TODO: make it store actual winnings currency
else:
print "FullTilt: Player finishing stats unreadable : %s" % a