This commit is contained in:
eblade 2009-03-24 00:30:27 -04:00
parent dca1ea7554
commit 65e2087062

View File

@ -354,7 +354,7 @@ class Importer:
else: #normal processing else: #normal processing
isTourney=fpdb_simple.isTourney(hand[0]) isTourney=fpdb_simple.isTourney(hand[0])
if not isTourney: if not isTourney:
fpdb_simple.filterAnteBlindFold(site,hand) hand = fpdb_simple.filterAnteBlindFold(site,hand)
self.hand=hand self.hand=hand
try: try: