@@ -173,7 +173,7 @@ class Round():
def is_guessing_completed(self):
return len(self.guesses) == 4
def get_winner_summary(self) -> []:
def get_stashes_winner_summary(self) -> []:
summary = [0]*4
for stash in self.stashes:
if stash.is_completed():
The note is not visible to the blocked user.