diff --git a/pyfpdb/fpdb_simple.py b/pyfpdb/fpdb_simple.py index b9d914b2..ca1c1709 100644 --- a/pyfpdb/fpdb_simple.py +++ b/pyfpdb/fpdb_simple.py @@ -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"