Bridzik.get_status fix
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ class Bridzik():
|
|||||||
status['active_round_guesses'] = last_series.get_last_round().guesses
|
status['active_round_guesses'] = last_series.get_last_round().guesses
|
||||||
status['player_cards'] = last_series.get_last_round().player_cards[player]
|
status['player_cards'] = last_series.get_last_round().player_cards[player]
|
||||||
if last_series.get_last_round().is_guessing_completed():
|
if last_series.get_last_round().is_guessing_completed():
|
||||||
status['active_round_stashes'] = last_series
|
status['active_round_stashes'] = last_series.get_last_round().get_stashes_winner_summary()
|
||||||
status['active_stash'] = {
|
status['active_stash'] = {
|
||||||
'first_player': last_series.get_last_round().get_last_stash().first_player,
|
'first_player': last_series.get_last_round().get_last_stash().first_player,
|
||||||
'cards': last_series.get_last_round().get_last_stash().get_cards()
|
'cards': last_series.get_last_round().get_last_stash().get_cards()
|
||||||
|
|||||||
Reference in New Issue
Block a user