chore: improved logging for clarity on startup wait
This commit is contained in:
@@ -49,12 +49,16 @@ def _migrate_wallet_history(config: Config, exchange: Exchange, starting_balance
|
||||
)
|
||||
pairlist_valid = [p for p in pairlist if p in exchange.markets]
|
||||
|
||||
logger.info("Wallet History migration: Fetching OHLCV data ...")
|
||||
data = exchange.refresh_latest_ohlcv(
|
||||
[(p, timeframe, config["candle_type_def"]) for p in pairlist_valid],
|
||||
since_ms=dt_ts(min_date),
|
||||
cache=False,
|
||||
drop_incomplete=False,
|
||||
)
|
||||
logger.info(
|
||||
"Wallet History migration: Done fetching OHLCV data for wallet history migration..."
|
||||
)
|
||||
|
||||
dfs = []
|
||||
# Combine all dataframes into one using the open rate
|
||||
|
||||
Reference in New Issue
Block a user