FTtoFpdb: default buyin to $0.00+$0.00 and level to 0, they don't seem to be in the FT hh

This commit is contained in:
eblade
2009-07-30 20:56:39 -04:00
parent 3ce0f91b27
commit c400fd9ba7
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -564,7 +564,7 @@ Map the tuple self.gametype onto the pokerstars string describing it
def writeGameLine(self):
"""Return the first HH line for the current hand."""
gs = "PokerStars Game #%s: " % self.handid
if self.tourNo != None and self.mixed != None: # mixed tournament
gs = gs + "Tournament #%s, %s %s (%s) - Level %s (%s) - " % (self.tourNo, self.buyin, self.MS[self.mixed], self.getGameTypeAsString(), self.level, self.getStakesAsString())
elif self.tourNo != None: # all other tournaments