Round.get_stashes_summary renamed

This commit is contained in:
Jakub Senderák
2020-03-28 09:04:04 +01:00
parent 9da7a6a3f5
commit c1a7eb0e54
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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():