Skip to content

Commit

Permalink
public release
Browse files Browse the repository at this point in the history
  • Loading branch information
Golf0ned committed Nov 21, 2023
1 parent 34a257b commit 8cda8cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tournament.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ def updatePairings(self, data, newRound):
print("Tried to get pairings: Tab error occured")
return False



def validBlast(self, newRound, teams, opponents, judges, rooms):
# new round: blast
if ROUNDENUM[newRound] > ROUNDENUM[self.__round]:
Expand All @@ -204,6 +206,8 @@ def validBlast(self, newRound, teams, opponents, judges, rooms):
# older round: don't blast
return False



def getTournamentRound(self):
return[self.__teams,
self.__sides,
Expand Down

0 comments on commit 8cda8cb

Please sign in to comment.