Fix parseHandStartTime for FullTilt

Doesn't come close to fixing Full Tilt tourneys as far as i can tell.
This commit is contained in:
Worros
2009-02-20 02:26:29 +09:00
parent d9656b25f6
commit 08a4d568cc
4 changed files with 22 additions and 3 deletions
+1
View File
@@ -264,6 +264,7 @@ For sites which by "raises x" mean "calls and raises putting a total of x in the
"""\
Add a raise on [street] by [player] to [amountTo]
"""
#CG - No idea if this function has been test/verified
self.checkPlayerExists(player)
Bp = self.lastBet[street]
Bc = reduce(operator.add, self.bets[street][player], 0)