Change to allow import of HHs exported from PT Stud.
This commit is contained in:
parent
7ed4df463d
commit
ac93a2cb77
|
@ -1476,7 +1476,7 @@ def recognisePlayerNo(line, names, atype):
|
||||||
|
|
||||||
#returns the site abbreviation for the given site
|
#returns the site abbreviation for the given site
|
||||||
def recogniseSite(line):
|
def recogniseSite(line):
|
||||||
if (line.startswith("Full Tilt Poker")):
|
if (line.startswith("Full Tilt Poker") or line.startswith("FullTiltPoker")):
|
||||||
return "ftp"
|
return "ftp"
|
||||||
elif (line.startswith("PokerStars")):
|
elif (line.startswith("PokerStars")):
|
||||||
return "ps"
|
return "ps"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user