Change to allow import of HHs exported from PT Stud.

This commit is contained in:
Ray 2009-04-03 12:51:58 -04:00
parent 7ed4df463d
commit ac93a2cb77

View File

@ -1476,7 +1476,7 @@ def recognisePlayerNo(line, names, atype):
#returns the site abbreviation for the given site
def recogniseSite(line):
if (line.startswith("Full Tilt Poker")):
if (line.startswith("Full Tilt Poker") or line.startswith("FullTiltPoker")):
return "ftp"
elif (line.startswith("PokerStars")):
return "ps"