mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove obsolete variable
This commit is contained in:
parent
1b2581f0cb
commit
da755d1c83
|
@ -20,8 +20,6 @@ import logging
|
|||
|
||||
logger = logging.getLogger('download_backtest_data')
|
||||
|
||||
DEFAULT_DL_PATH = 'user_data/data'
|
||||
|
||||
# Do not read the default config if config is not specified
|
||||
# in the command line options explicitely
|
||||
arguments = Arguments(sys.argv[1:], 'Download backtest data',
|
||||
|
|
Loading…
Reference in New Issue
Block a user