Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Feb 15, 2024
1 parent 44fc180 commit 122de0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prediction_market_agent_tooling/deploy/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def deploy_gcp(
@functions_framework.http
def main(request) -> str:
{self.__class__.__name__}().run(market_type={market_type})
{self.__class__.__name__}().run(market_type={market_type.__class__.__name__}.{market_type.name})
return "Success"
"""

Expand Down

0 comments on commit 122de0a

Please sign in to comment.