Skip to content

Commit

Permalink
Update packages/valory/skills/decision_maker_abci/behaviours/decision…
Browse files Browse the repository at this point in the history
…_receive.py

Co-authored-by: Adamantios Zaras <[email protected]>
  • Loading branch information
cyberosa and Adamantios authored Nov 27, 2024
1 parent 530b815 commit 2838a0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _next_dataset_row(self) -> Optional[Dict[str, str]]:
# we have now one reader pointer per market
available_rows_for_market = self.shared_state.bet_id_row_manager[sampled_bet_id]
if available_rows_for_market:
next_mock_data_row = self.shared_state.bet_id_row_manager[sampled_bet_id][0]
next_mock_data_row = available_rows_for_market[0]
else:
# no more bets available for this market
msg = f"No more mock responses for the market with id: {sampled_bet_id}"
Expand Down

0 comments on commit 2838a0c

Please sign in to comment.