two more line breakings
This commit is contained in:
parent
cf7d7961a9
commit
b4cc1fa470
@ -168,8 +168,8 @@ def build_subcommands(parser: argparse.ArgumentParser) -> None:
|
|||||||
)
|
)
|
||||||
backtesting_cmd.add_argument(
|
backtesting_cmd.add_argument(
|
||||||
'-r', '--refresh-pairs-cached',
|
'-r', '--refresh-pairs-cached',
|
||||||
help='refresh the pairs files in tests/testdata with the latest data from Bittrex. Use it if you want to \
|
help='refresh the pairs files in tests/testdata with the latest data from Bittrex. \
|
||||||
run your backtesting with up-to-date data.',
|
Use it if you want to run your backtesting with up-to-date data.',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
dest='refresh_pairs',
|
dest='refresh_pairs',
|
||||||
)
|
)
|
||||||
|
@ -65,7 +65,7 @@ def download_pairs(pairs: List[str]) -> bool:
|
|||||||
for interval in [1, 5]:
|
for interval in [1, 5]:
|
||||||
download_backtesting_testdata(pair=pair, interval=interval)
|
download_backtesting_testdata(pair=pair, interval=interval)
|
||||||
except BaseException:
|
except BaseException:
|
||||||
logger.info('Impossible to download the pair: "{pair}", Interval: {interval} min'.format(
|
logger.info('Failed to download the pair: "{pair}", Interval: {interval} min'.format(
|
||||||
pair=pair,
|
pair=pair,
|
||||||
interval=interval,
|
interval=interval,
|
||||||
))
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user