diff --git a/pyfpdb/fpdb_simple.py b/pyfpdb/fpdb_simple.py index 217b9163..ab442d85 100644 --- a/pyfpdb/fpdb_simple.py +++ b/pyfpdb/fpdb_simple.py @@ -330,6 +330,8 @@ def filterCrap(site, hand, isTourney): toRemove.append(hand[i]) elif (hand[i].find(" out of hand ")!=-1): hand[i]=hand[i][:-56] + elif (hand[i].find("($0 in chips)") != -1): + toRemove.append(hand[i]) elif (hand[i]=="*** HOLE CARDS ***"): toRemove.append(hand[i]) elif (hand[i].endswith("has been disconnected")):