Fix group 0 table, add pathlib.Path use

This commit is contained in:
froggleston
2022-05-24 12:48:13 +01:00
parent 80c6190c05
commit 8c03ebb78f
3 changed files with 16 additions and 11 deletions

View File

@@ -644,5 +644,6 @@ AVAILABLE_CLI_OPTIONS = {
help=("Comma separated list of indicators to analyse. ",
"e.g. 'close,rsi,bb_lowerband,profit_abs'"),
nargs='?',
default='',
),
}