From 60ffb0896e4a2ca0cbfa26b2762182f7aff9c80f Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 24 Mar 2009 11:23:33 -0400 Subject: [PATCH] Make isWinLine find low pots. --- pyfpdb/fpdb_simple.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/fpdb_simple.py b/pyfpdb/fpdb_simple.py index 27b03dae..057e4f86 100644 --- a/pyfpdb/fpdb_simple.py +++ b/pyfpdb/fpdb_simple.py @@ -788,6 +788,7 @@ def isTourney(topline): #end def isTourney WinLines = ( "wins the pot", "ties for the ", "wins side pot", "wins the low main pot", "wins the high main pot", + "wins the low", "wins the high pot", "wins the high side pot", "wins the main pot", "wins the side pot", "collected" ) #returns boolean whether the passed line is a win line def isWinLine(line):