Enable Team Tournaments, add Tournament Trees, implement temporary tree persistance #66
@ -356,7 +356,6 @@ class Tournament:
|
|||||||
|
|
||||||
self._status = TournamentStatus.ONGOING
|
self._status = TournamentStatus.ONGOING
|
||||||
logger.info(f"New tournament status for {self._name}: {self._status}")
|
logger.info(f"New tournament status for {self._name}: {self._status}")
|
||||||
print(self._matches, self._rounds)
|
|
||||||
for match in self._matches:
|
for match in self._matches:
|
||||||
match.check_completion()
|
match.check_completion()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user