p55 - three bugfixes

fixed bug that it filtered sitouts in tourneys
fixed bug that it didnt handle if some joined (tourney) out of hand
fixed bug that it didnt handle : in player name
This commit is contained in:
steffen123
2008-08-18 07:43:05 +01:00
parent f6d596d2ed
commit b546868e10
4 changed files with 19 additions and 12 deletions
+4 -2
View File
@@ -93,8 +93,10 @@ def import_file_dict(options):
elif (cancelled or damaged):
partial+=1
else: #normal processing
fpdb_simple.filterAnteBlindFold(site,hand)
hand=fpdb_simple.filterCrap(site, hand)
isTourney=fpdb_simple.isTourney(hand[0])
if not isTourney:
fpdb_simple.filterAnteBlindFold(site,hand)
hand=fpdb_simple.filterCrap(site, hand, isTourney)
try:
if (category=="holdem" or category=="omahahi" or category=="omahahilo" or category=="razz" or category=="studhi" or category=="studhilo"):