diff --git a/prediction_market_agent_tooling/deploy/agent.py b/prediction_market_agent_tooling/deploy/agent.py index ca2719cb..73883d4d 100644 --- a/prediction_market_agent_tooling/deploy/agent.py +++ b/prediction_market_agent_tooling/deploy/agent.py @@ -118,9 +118,8 @@ def run(self, market_type: MarketType, _place_bet: bool = True) -> None: omen_auto_deposit=True, ) - @classmethod - def get_gcloud_fname(cls, market_type: MarketType) -> str: - return f"{cls.__class__.__name__.lower()}-{market_type}-{int(time.time())}" + def get_gcloud_fname(self, market_type: MarketType) -> str: + return f"{self.__class__.__name__.lower()}-{market_type}-{int(time.time())}" def get_tiny_bet(market_type: MarketType) -> BetAmount: