diff --git a/prediction_market_agent_tooling/deploy/agent.py b/prediction_market_agent_tooling/deploy/agent.py index f93abb5c..c1718949 100644 --- a/prediction_market_agent_tooling/deploy/agent.py +++ b/prediction_market_agent_tooling/deploy/agent.py @@ -410,7 +410,7 @@ def process_market( answer = None else: answer = self.answer_binary_market(market) - + processed_market = ( ProcessedMarket(answer=answer) if answer is not None else None )