Deal with case 'no small blind and walk in bb'

This commit is contained in:
Worros
2009-02-21 22:31:57 +09:00
parent 5c6793d373
commit d196b80a60
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -223,6 +223,7 @@ if __name__ == '__main__':
#Do something useful
importer = fpdb_import.Importer(False,settings, config)
importer.setDropIndexes("auto")
importer.setFailOnError(True)
importer.addImportFile(options.filename)
importer.setCallHud(False)
importer.runImport()