Split format-from for trades to allow for trades special case

This commit is contained in:
Matthias
2023-09-24 20:11:58 +02:00
parent 1e8814b43e
commit a3f167f6df
3 changed files with 9 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ def start_convert_data(args: Dict[str, Any], ohlcv: bool = True) -> None:
erase=args['erase'])
else:
convert_trades_format(config,
convert_from=args['format_from'], convert_to=args['format_to'],
convert_from=args['format_from_trades'], convert_to=args['format_to'],
erase=args['erase'])