Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Nov 10, 2024
1 parent a7fa2d0 commit 15477b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prediction_market_agent_tooling/tools/caches/db_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ def wrapper(*args: Any, **kwargs: Any) -> Any:
json_deserializer=json_deserializer,
pool_size=1,
)

# Create table if it doesn't exist
SQLModel.metadata.create_all(engine)

# Convert *args and **kwargs to a single dictionary, where we have names for arguments passed as args as well.
Expand Down

0 comments on commit 15477b2

Please sign in to comment.