Make BulkImport work only with HHCs
Added new section to config for converters for ease of creating the gui. Removed the section in the site line for filter and supported games
This commit is contained in:
@@ -60,7 +60,7 @@ def mainParser(backend, db, cursor, siteID, category, hand, config):
|
||||
|
||||
fpdb_simple.isAlreadyInDB(cursor, gametypeID, siteHandNo)
|
||||
|
||||
hand=fpdb_simple.filterCrap(site, hand, isTourney)
|
||||
hand=fpdb_simple.filterCrap(hand, isTourney)
|
||||
|
||||
#part 2: classify lines by type (e.g. cards, action, win, sectionchange) and street
|
||||
fpdb_simple.classifyLines(hand, category, lineTypes, lineStreets)
|
||||
|
||||
Reference in New Issue
Block a user