Enable Team Tournaments, add Tournament Trees, implement temporary tree persistance #66

Merged
Typhus merged 7 commits from feature/enable-starting-tournaments-and-displaying-tournament-tree into main 2026-04-18 14:42:28 +00:00
Showing only changes of commit b071c30ce0 - Show all commits

View File

@ -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()