minor DB changes. recording TourneysPlayers now for FTP and PS

This commit is contained in:
steffen123
2010-07-07 00:52:44 +02:00
parent e4916bc456
commit 04ed65e88c
4 changed files with 39 additions and 34 deletions
-1
View File
@@ -229,7 +229,6 @@ class Fulltilt(HandHistoryConverter):
hand.buyinCurrency="NA"
hand.buyin = 100*Decimal(n.group('BUYIN'))
hand.fee = 100*Decimal(n.group('FEE'))
print "currency, buyin, fee: ", n.group('CURRENCY'), n.group('BUYIN'), n.group('CURRENCY'), n.group('FEE')
if n.group('TURBO') is not None :
hand.speed = "Turbo"
if n.group('SPECIAL') is not None :