Skip to content

Commit

Permalink
fix: crypto trading params
Browse files Browse the repository at this point in the history
  • Loading branch information
KisCsaj68 committed Oct 4, 2024
1 parent 14cc613 commit bc3e3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assetcache/src/cache/streaming_symbol_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _get_metric_label(self):
@ParseLatestV2ToReadableDict(trade_mapping_v2)
def _get_latest_price(self, symbols: List[str]) -> Dict[str, Any]:
try:
result = self._trade_api.get_latest_crypto_trades(symbols, 'CBSE')
result = self._trade_api.get_latest_crypto_trades(symbols, 'us')
self.ready = True
return result
except Exception as e:
Expand Down

0 comments on commit bc3e3fa

Please sign in to comment.