cleaned up a comment
This commit is contained in:
parent
aff7c88775
commit
2c638970de
|
@ -103,9 +103,6 @@ class bracket(object):
|
||||||
self.depth += 1
|
self.depth += 1
|
||||||
return self.dive(branch[0]), self.dive(branch[1])
|
return self.dive(branch[0]), self.dive(branch[1])
|
||||||
|
|
||||||
#def set_winners(self, branch, winners_list):
|
|
||||||
#new_bracket =
|
|
||||||
|
|
||||||
def set_winners_dive(self, winners_list, index = 0, branch = None, parent = None):
|
def set_winners_dive(self, winners_list, index = 0, branch = None, parent = None):
|
||||||
if branch is None:
|
if branch is None:
|
||||||
branch = self.this_bracket.copy()
|
branch = self.this_bracket.copy()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user