Skip to content

Commit

Permalink
chore: add pool cleaner to cg
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed May 17, 2024
1 parent 04958cd commit 2491d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balanced_backend/cache/coingecko.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def update_coingecko_orderbook(session: 'Session'):

def update_coingecko_historical(session: 'Session'):
logger.info("Updating coingecko historical cache...")
pools = get_pools(session=session)
pools = clean_pools_for_coingecko(get_pools(session=session))

trades = {}
for p in pools:
Expand Down

0 comments on commit 2491d00

Please sign in to comment.