fixed invalid concatantation
This commit is contained in:
parent
25ca700e35
commit
bfc0ec091a
@ -358,7 +358,7 @@ def load_and_plot_trades(config: Dict[str, Any]):
|
|||||||
)
|
)
|
||||||
|
|
||||||
store_plot_file(fig, filename=generate_plot_filename(pair, config['ticker_interval']),
|
store_plot_file(fig, filename=generate_plot_filename(pair, config['ticker_interval']),
|
||||||
directory=config['user_data_dir'] / "plot")
|
directory=Path(config['user_data_dir'], "plot"))
|
||||||
|
|
||||||
logger.info('End of plotting process. %s plots generated', pair_counter)
|
logger.info('End of plotting process. %s plots generated', pair_counter)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user